#1B3F75

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

Shades of Dark Cerulean #1B3F75

Tints of Dark Cerulean #1B3F75

Color information

#1B3F75 (or 0x1B3F75) is unknown color: approx Dark Cerulean. HEX triplet: 1B, 3F and 75. RGB value is (27,63,117). Sum of RGB (Red+Green+Blue) = 27+63+117=207 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.04% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #1B3F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3F75 is #E4C08A. Grayscale: #3A3A3A. Windows color (decimal): -14991499 or 7683867. OLE color: 7683867.

HSL color Cylindrical-coordinate representation of color #1B3F75: hue angle of 216º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B3F75 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2763117-
CMYK0.770.4600.54
HSL216º62.5%28.24%-
HSV(B)216º76.92%45.88%-
XYZ5.445.0717.52-
YUV58.39161.07105.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.04%
GREEN value IS 63 (25% from 255) = 30.43%
BLUE value IS 117 (46.09% from 255) = 56.52%
R=13.04%
G=30.43%
B=56.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27631170.770.4600.5421662.528.24
Hex1B3F754D2E036d83e1c
Octal3377165115560663307634
Binary110111111111110101100110110111001101101101100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,63,117); }

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

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

 a { background-color: rgb(27,63,117); }

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

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

 span { border-color: rgb(27,63,117); }

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