Html Css Color HEX #154772 Dark Cerulean

📋 copy color: '#154772'

red 21 ◦ green 71 ◦ blue 114

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

Shades of Dark Cerulean #154772

Tints of Dark Cerulean #154772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.47%

 BLUE value IS 114 (44.92% from 255) = 55.34%

R = 10.19%
G = 34.47%
B = 55.34%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#154772 (or 0x154772) is known color: Dark Cerulean. HEX triplet: 15, 47 and 72. RGB value is (21,71,114). Sum of RGB (Red+Green+Blue) = 21+71+114=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #154772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154772 is #EAB88D. Grayscale: #3C3C3C. Windows color (decimal): -15382670 or 7489301. OLE color: 7489301.

HSL color Cylindrical-coordinate representation of color #154772: hue angle of 207.74º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154772 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 71 114 -
CMYK 0.82 0.38 0 0.55
HSL 207.74º 0.69% 0.26% -
HSV(B) 207.74º 0.82% 0.45% -
XYZ 5.6 5.88 16.76 -
YUV 60.95 157.94 99.5 -
System Red Green Blue C M Y K H S L
Decimal 21 71 114 0.82 0.38 0 0.55 207.74 0.69 0.26
Hex 15 47 72 52 26 0 37 D0 45 1A
Octal 25 107 162 122 46 0 67 320 105 32
Binary 10101 1000111 1110010 1010010 100110 0 110111 11010000 1000101 11010

Color Harmonies of #154772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154772

Black with #154772

Text Example


Text Example

White with #154772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154772; }

 p { color: rgb(21,71,114); }

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

background-color css

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

 a { background-color: rgb(21,71,114); }

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

border-color css

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

 span { border-color: rgb(21,71,114); }

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