#1B3E85

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

Shades of Dark Cerulean #1B3E85

Tints of Dark Cerulean #1B3E85

Color information

#1B3E85 (or 0x1B3E85) is unknown color: approx Dark Cerulean. HEX triplet: 1B, 3E and 85. RGB value is (27,62,133). Sum of RGB (Red+Green+Blue) = 27+62+133=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #1B3E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3E85 is #E4C17A. Grayscale: #3B3B3B. Windows color (decimal): -14991739 or 8732187. OLE color: 8732187.

HSL color Cylindrical-coordinate representation of color #1B3E85: hue angle of 220.19º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B3E85 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2762133-
CMYK0.800.5300.48
HSL220.19º66.25%31.37%-
HSV(B)220.19º79.7%52.16%-
XYZ6.415.3722.89-
YUV59.63169.4104.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.16%
GREEN value IS 62 (24.61% from 255) = 27.93%
BLUE value IS 133 (52.34% from 255) = 59.91%
R=12.16%
G=27.93%
B=59.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal27621330.800.5300.48220.1966.2531.37
Hex1B3E855035030dc421f
Octal33762051206506033410237
Binary11011111110100001011010000110101011000011011100100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,62,133); }

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

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

 a { background-color: rgb(27,62,133); }

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

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

 span { border-color: rgb(27,62,133); }

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