#154872

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

Shades of Dark Cerulean #154872

Tints of Dark Cerulean #154872

Color information

#154872 (or 0x154872) is unknown color: approx Dark Cerulean. HEX triplet: 15, 48 and 72. RGB value is (21,72,114). Sum of RGB (Red+Green+Blue) = 21+72+114=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #154872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154872 is #EAB78D. Grayscale: #3D3D3D. Windows color (decimal): -15382414 or 7489557. OLE color: 7489557.

HSL color Cylindrical-coordinate representation of color #154872: hue angle of 207.1º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154872 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2172114-
CMYK0.820.3700.55
HSL207.1º68.89%26.47%-
HSV(B)207.1º81.58%44.71%-
XYZ5.666.0116.78-
YUV61.54157.699.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.14%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 114 (44.92% from 255) = 55.07%
R=10.14%
G=34.78%
B=55.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21721140.820.3700.55207.168.8926.47
Hex1548725225037cf451a
Octal251101621224506731710532
Binary10101100100011100101010010100101011011111001111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154872; }

 p { color: rgb(21,72,114); }

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

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

 a { background-color: rgb(21,72,114); }

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

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

 span { border-color: rgb(21,72,114); }

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