#154172

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

Shades of Dark Cerulean #154172

Tints of Dark Cerulean #154172

Color information

#154172 (or 0x154172) is unknown color: approx Dark Cerulean. HEX triplet: 15, 41 and 72. RGB value is (21,65,114). Sum of RGB (Red+Green+Blue) = 21+65+114=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #154172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154172 is #EABE8D. Grayscale: #393939. Windows color (decimal): -15384206 or 7487765. OLE color: 7487765.

HSL color Cylindrical-coordinate representation of color #154172: hue angle of 211.61º 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 #154172 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2165114-
CMYK0.820.4300.55
HSL211.61º68.89%26.47%-
HSV(B)211.61º81.58%44.71%-
XYZ5.245.1516.64-
YUV57.43159.92102.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.5%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 114 (44.92% from 255) = 57%
R=10.5%
G=32.5%
B=57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21651140.820.4300.55211.6168.8926.47
Hex154172522B037d4451a
Octal251011621225306732410532
Binary10101100000111100101010010101011011011111010100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154172; }

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

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

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

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

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

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

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

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