#1B408B

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

Shades of Dark Cerulean #1B408B

Tints of Dark Cerulean #1B408B

Color information

#1B408B (or 0x1B408B) is unknown color: approx Dark Cerulean. HEX triplet: 1B, 40 and 8B. RGB value is (27,64,139). Sum of RGB (Red+Green+Blue) = 27+64+139=230 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.74% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #1B408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B408B is #E4BF74. Grayscale: #3D3D3D. Windows color (decimal): -14991221 or 9125915. OLE color: 9125915.

HSL color Cylindrical-coordinate representation of color #1B408B: hue angle of 220.18º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B408B is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2764139-
CMYK0.810.5400.45
HSL220.18º67.47%32.55%-
HSV(B)220.18º80.58%54.51%-
XYZ6.955.7625.17-
YUV61.49171.74103.4-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.74%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 139 (54.69% from 255) = 60.43%
R=11.74%
G=27.83%
B=60.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal27641390.810.5400.45220.1867.4732.55
Hex1B408B513602Ddc4321
Octal331002131216605533410341
Binary1101110000001000101110100011101100101101110111001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,64,139); }

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

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

 a { background-color: rgb(27,64,139); }

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

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

 span { border-color: rgb(27,64,139); }

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