Html Css Color HEX #154970 Dark Cerulean

📋 copy color: '#154970'

red 21 ◦ green 73 ◦ blue 112

#154970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #154970

Tints of Dark Cerulean #154970

RGB

 RED value IS 21 (8.59% from 255) = 10.19%

 GREEN value IS 73 (28.91% from 255) = 35.44%

 BLUE value IS 112 (44.14% from 255) = 54.37%

R = 10.19%
G = 35.44%
B = 54.37%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#154970 (or 0x154970) is known color: Dark Cerulean. HEX triplet: 15, 49 and 70. RGB value is (21,73,112). Sum of RGB (Red+Green+Blue) = 21+73+112=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #154970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154970 is #EAB68F. Grayscale: #3D3D3D. Windows color (decimal): -15382160 or 7358741. OLE color: 7358741.

HSL color Cylindrical-coordinate representation of color #154970: hue angle of 205.71º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #154970 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 73 112 -
CMYK 0.81 0.35 0 0.56
HSL 205.71º 0.68% 0.26% -
HSV(B) 205.71º 0.81% 0.44% -
XYZ 5.62 6.09 16.21 -
YUV 61.9 156.27 98.83 -
System Red Green Blue C M Y K H S L
Decimal 21 73 112 0.81 0.35 0 0.56 205.71 0.68 0.26
Hex 15 49 70 51 23 0 38 CE 44 1A
Octal 25 111 160 121 43 0 70 316 104 32
Binary 10101 1001001 1110000 1010001 100011 0 111000 11001110 1000100 11010

Color Harmonies of #154970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154970

Black with #154970

Text Example


Text Example

White with #154970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154970; }

 p { color: rgb(21,73,112); }

 H1.HeaderClassName
 {
   color: #154970;
 }
 .AnyTagClassName
 {
   color: #154970;
 }
</style>

background-color css

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

 a { background-color: rgb(21,73,112); }

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

border-color css

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

 span { border-color: rgb(21,73,112); }

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