#1B4172

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

Shades of Dark Cerulean #1B4172

Tints of Dark Cerulean #1B4172

Color information

#1B4172 (or 0x1B4172) is unknown color: approx Dark Cerulean. HEX triplet: 1B, 41 and 72. RGB value is (27,65,114). Sum of RGB (Red+Green+Blue) = 27+65+114=206 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.11% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #1B4172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4172 is #E4BE8D. Grayscale: #3A3A3A. Windows color (decimal): -14990990 or 7487771. OLE color: 7487771.

HSL color Cylindrical-coordinate representation of color #1B4172: hue angle of 213.79º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B4172 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2765114-
CMYK0.760.4300.55
HSL213.79º61.7%27.65%-
HSV(B)213.79º76.32%44.71%-
XYZ5.385.2316.65-
YUV59.22158.91105.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.11%
GREEN value IS 65 (25.78% from 255) = 31.55%
BLUE value IS 114 (44.92% from 255) = 55.34%
R=13.11%
G=31.55%
B=55.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27651140.760.4300.55213.7961.727.65
Hex1B41724C2B037d63e1c
Octal33101162114530673267634
Binary1101110000011110010100110010101101101111101011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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