#154F75

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

Shades of Dark Cerulean #154F75

Tints of Dark Cerulean #154F75

Color information

#154F75 (or 0x154F75) is unknown color: approx Dark Cerulean. HEX triplet: 15, 4F and 75. RGB value is (21,79,117). Sum of RGB (Red+Green+Blue) = 21+79+117=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #154F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F75 is #EAB08A. Grayscale: #414141. Windows color (decimal): -15380619 or 7687957. OLE color: 7687957.

HSL color Cylindrical-coordinate representation of color #154F75: hue angle of 203.75º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154F75 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2179117-
CMYK0.820.3200.54
HSL203.75º69.57%27.06%-
HSV(B)203.75º82.05%45.88%-
XYZ6.327.0417.85-
YUV65.99156.7895.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 117 (46.09% from 255) = 53.92%
R=9.68%
G=36.41%
B=53.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21791170.820.3200.54203.7569.5727.06
Hex154F755220036cc461b
Octal251171651224006631410633
Binary10101100111111101011010010100000011011011001100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154F75; }

 p { color: rgb(21,79,117); }

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

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

 a { background-color: rgb(21,79,117); }

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

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

 span { border-color: rgb(21,79,117); }

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