Html Css Color HEX #154080 Dark Cerulean

📋 copy color: '#154080'

red 21 ◦ green 64 ◦ blue 128

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

Shades of Dark Cerulean #154080

Tints of Dark Cerulean #154080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 60.09%

R = 9.86%
G = 30.05%
B = 60.09%

CMYK

 C value IS 0.84

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#154080 (or 0x154080) is known color: Dark Cerulean. HEX triplet: 15, 40 and 80. RGB value is (21,64,128). Sum of RGB (Red+Green+Blue) = 21+64+128=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 128 (50.39% from 255 or 60.09% from 213); Max value from RGB is 128 - color contains mainly: blue. Hex color #154080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154080 is #EABF7F. Grayscale: #3A3A3A. Windows color (decimal): -15384448 or 8405013. OLE color: 8405013.

HSL color Cylindrical-coordinate representation of color #154080: hue angle of 215.89º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154080 is Cyan = 0.84, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 64 128 -
CMYK 0.84 0.5 0 0.50
HSL 215.89º 0.72% 0.29% -
HSV(B) 215.89º 0.84% 0.5% -
XYZ 6.04 5.38 21.14 -
YUV 58.44 167.25 101.3 -
System Red Green Blue C M Y K H S L
Decimal 21 64 128 0.84 0.5 0 0.50 215.89 0.72 0.29
Hex 15 40 80 54 32 0 32 D8 48 1D
Octal 25 100 200 124 62 0 62 330 110 35
Binary 10101 1000000 10000000 1010100 110010 0 110010 11011000 1001000 11101

Color Harmonies of #154080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154080

Black with #154080

Text Example


Text Example

White with #154080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154080; }

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

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

background-color css

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

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

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

border-color css

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

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

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