#1B4AAC

Color #1B4AAC Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #1B4AAC

Tints of Cerulean Blue #1B4AAC

Color information

#1B4AAC (or 0x1B4AAC) is unknown color: approx Cerulean Blue. HEX triplet: 1B, 4A and AC. RGB value is (27,74,172). Sum of RGB (Red+Green+Blue) = 27+74+172=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B4AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4AAC is #E4B553. Grayscale: #464646. Windows color (decimal): -14988628 or 11291163. OLE color: 11291163.

HSL color Cylindrical-coordinate representation of color #1B4AAC: hue angle of 220.55º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B4AAC is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2774172-
CMYK0.840.5700.33
HSL220.55º72.86%39.02%-
HSV(B)220.55º84.3%67.45%-
XYZ10.358.1140.05-
YUV71.12184.9396.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 9.89%
GREEN value IS 74 (29.30% from 255) = 27.11%
BLUE value IS 172 (67.58% from 255) = 63.00%
R=9.89%
G=27.11%
B=63.00%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27741720.840.5700.33220.5572.8639.02
Hex1B4AAC5439021dd4927
Octal331122541247104133511147
Binary1101110010101010110010101001110010100001110111011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B4AAC; }

 p { color: rgb(27,74,172); }

 H1.HeaderClassName
 {
   color: #1B4AAC;
 }
 .AnyTagClassName
 {
   color: #1B4AAC;
 }
</style>
background-color css

<style>
 a { background-color: #1B4AAC; }

 a { background-color: rgb(27,74,172); }

 div.DivClassName
 {
   background-color: #1B4AAC;
 }
 .BgClassName
 {
   background-color: #1B4AAC;
 }
</style>
border-color css

<style>
 span { border-color: #1B4AAC; }

 span { border-color: rgb(27,74,172); }

 td.TdClassName
 {
   border-color: #1B4AAC;
 }
 .TagClassName
 {
   border-color: #1B4AAC;
 }
</style>