Html Css Color HEX #154A70 Dark Cerulean

📋 copy color: '#154A70'

red 21 ◦ green 74 ◦ blue 112

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

Shades of Dark Cerulean #154A70

Tints of Dark Cerulean #154A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.75%

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

R = 10.14%
G = 35.75%
B = 54.11%

CMYK

 C value IS 0.81

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#154A70 (or 0x154A70) is known color: Dark Cerulean. HEX triplet: 15, 4A and 70. RGB value is (21,74,112). Sum of RGB (Red+Green+Blue) = 21+74+112=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #154A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A70 is #EAB58F. Grayscale: #3E3E3E. Windows color (decimal): -15381904 or 7358997. OLE color: 7358997.

HSL color Cylindrical-coordinate representation of color #154A70: hue angle of 205.05º 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 #154A70 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 74 112 -
CMYK 0.81 0.34 0 0.56
HSL 205.05º 0.68% 0.26% -
HSV(B) 205.05º 0.81% 0.44% -
XYZ 5.68 6.23 16.23 -
YUV 62.49 155.94 98.41 -
System Red Green Blue C M Y K H S L
Decimal 21 74 112 0.81 0.34 0 0.56 205.05 0.68 0.26
Hex 15 4A 70 51 22 0 38 CD 44 1A
Octal 25 112 160 121 42 0 70 315 104 32
Binary 10101 1001010 1110000 1010001 100010 0 111000 11001101 1000100 11010

Color Harmonies of #154A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154A70

Black with #154A70

Text Example


Text Example

White with #154A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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