#1B4874

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

Shades of Dark Cerulean #1B4874

Tints of Dark Cerulean #1B4874

Color information

#1B4874 (or 0x1B4874) is unknown color: approx Dark Cerulean. HEX triplet: 1B, 48 and 74. RGB value is (27,72,116). Sum of RGB (Red+Green+Blue) = 27+72+116=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #1B4874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4874 is #E4B78B. Grayscale: #3F3F3F. Windows color (decimal): -14989196 or 7620635. OLE color: 7620635.

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

Color convert

RGB2772116-
CMYK0.770.3800.55
HSL209.66º62.24%28.04%-
HSV(B)209.66º76.72%45.49%-
XYZ5.926.1317.39-
YUV63.56157.59101.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.56%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 116 (45.70% from 255) = 53.95%
R=12.56%
G=33.49%
B=53.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27721160.770.3800.55209.6662.2428.04
Hex1B48744D26037d23e1c
Octal33110164115460673227634
Binary1101110010001110100100110110011001101111101001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,72,116); }

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

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

 a { background-color: rgb(27,72,116); }

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

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

 span { border-color: rgb(27,72,116); }

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