Html Css Color HEX #154277 Dark Cerulean

📋 copy color: '#154277'

red 21 ◦ green 66 ◦ blue 119

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

Shades of Dark Cerulean #154277

Tints of Dark Cerulean #154277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 57.77%

R = 10.19%
G = 32.04%
B = 57.77%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#154277 (or 0x154277) is known color: Dark Cerulean. HEX triplet: 15, 42 and 77. RGB value is (21,66,119). Sum of RGB (Red+Green+Blue) = 21+66+119=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #154277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154277 is #EABD88. Grayscale: #3A3A3A. Windows color (decimal): -15383945 or 7815701. OLE color: 7815701.

HSL color Cylindrical-coordinate representation of color #154277: hue angle of 212.45º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154277 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 66 119 -
CMYK 0.82 0.45 0 0.53
HSL 212.45º 0.7% 0.27% -
HSV(B) 212.45º 0.82% 0.47% -
XYZ 5.59 5.39 18.2 -
YUV 58.59 162.09 101.19 -
System Red Green Blue C M Y K H S L
Decimal 21 66 119 0.82 0.45 0 0.53 212.45 0.7 0.27
Hex 15 42 77 52 2D 0 35 D4 46 1B
Octal 25 102 167 122 55 0 65 324 106 33
Binary 10101 1000010 1110111 1010010 101101 0 110101 11010100 1000110 11011

Color Harmonies of #154277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154277

Black with #154277

Text Example


Text Example

White with #154277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154277; }

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

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

background-color css

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

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

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

border-color css

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

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

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