Html Css Color HEX #154079 Dark Cerulean

📋 copy color: '#154079'

red 21 ◦ green 64 ◦ blue 121

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

Shades of Dark Cerulean #154079

Tints of Dark Cerulean #154079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.07%

 BLUE value IS 121 (47.66% from 255) = 58.74%

R = 10.19%
G = 31.07%
B = 58.74%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#154079 (or 0x154079) is known color: Dark Cerulean. HEX triplet: 15, 40 and 79. RGB value is (21,64,121). Sum of RGB (Red+Green+Blue) = 21+64+121=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #154079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154079 is #EABF86. Grayscale: #393939. Windows color (decimal): -15384455 or 7946261. OLE color: 7946261.

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

Color convert

RGB 21 64 121 -
CMYK 0.83 0.47 0 0.53
HSL 214.2º 0.7% 0.28% -
HSV(B) 214.2º 0.83% 0.47% -
XYZ 5.59 5.21 18.8 -
YUV 57.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 21 64 121 0.83 0.47 0 0.53 214.2 0.7 0.28
Hex 15 40 79 53 2F 0 35 D6 46 1C
Octal 25 100 171 123 57 0 65 326 106 34
Binary 10101 1000000 1111001 1010011 101111 0 110101 11010110 1000110 11100

Color Harmonies of #154079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154079

Black with #154079

Text Example


Text Example

White with #154079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154079; }

 p { color: rgb(21,64,121); }

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

background-color css

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

 a { background-color: rgb(21,64,121); }

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

border-color css

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

 span { border-color: rgb(21,64,121); }

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