Html Css Color HEX #154270 Dark Cerulean

📋 copy color: '#154270'

red 21 ◦ green 66 ◦ blue 112

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

Shades of Dark Cerulean #154270

Tints of Dark Cerulean #154270

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.17%

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

R = 10.55%
G = 33.17%
B = 56.28%

CMYK

 C value IS 0.81

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#154270 (or 0x154270) is known color: Dark Cerulean. HEX triplet: 15, 42 and 70. RGB value is (21,66,112). Sum of RGB (Red+Green+Blue) = 21+66+112=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #154270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154270 is #EABD8F. Grayscale: #393939. Windows color (decimal): -15383952 or 7356949. OLE color: 7356949.

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

Color convert

RGB 21 66 112 -
CMYK 0.81 0.41 0 0.56
HSL 210.33º 0.68% 0.26% -
HSV(B) 210.33º 0.81% 0.44% -
XYZ 5.18 5.23 16.06 -
YUV 57.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 21 66 112 0.81 0.41 0 0.56 210.33 0.68 0.26
Hex 15 42 70 51 29 0 38 D2 44 1A
Octal 25 102 160 121 51 0 70 322 104 32
Binary 10101 1000010 1110000 1010001 101001 0 111000 11010010 1000100 11010

Color Harmonies of #154270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154270

Black with #154270

Text Example


Text Example

White with #154270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154270; }

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

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

background-color css

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

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

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

border-color css

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

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

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