#1B4175

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

Shades of Dark Cerulean #1B4175

Tints of Dark Cerulean #1B4175

Color information

#1B4175 (or 0x1B4175) is unknown color: approx Dark Cerulean. HEX triplet: 1B, 41 and 75. RGB value is (27,65,117). Sum of RGB (Red+Green+Blue) = 27+65+117=209 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.92% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #1B4175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4175 is #E4BE8A. Grayscale: #3B3B3B. Windows color (decimal): -14990987 or 7684379. OLE color: 7684379.

HSL color Cylindrical-coordinate representation of color #1B4175: hue angle of 214.67º 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 #1B4175 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2765117-
CMYK0.770.4400.54
HSL214.67º62.5%28.24%-
HSV(B)214.67º76.92%45.88%-
XYZ5.555.317.56-
YUV59.57160.41104.77-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.92%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 117 (46.09% from 255) = 55.98%
R=12.92%
G=31.10%
B=55.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27651170.770.4400.54214.6762.528.24
Hex1B41754D2C036d73e1c
Octal33101165115540663277634
Binary1101110000011110101100110110110001101101101011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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