Html Css Color HEX #155078 Dark Cerulean

📋 copy color: '#155078'

red 21 ◦ green 80 ◦ blue 120

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

Shades of Dark Cerulean #155078

Tints of Dark Cerulean #155078

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.2%

 BLUE value IS 120 (47.27% from 255) = 54.3%

R = 9.5%
G = 36.2%
B = 54.3%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#155078 (or 0x155078) is known color: Dark Cerulean. HEX triplet: 15, 50 and 78. RGB value is (21,80,120). Sum of RGB (Red+Green+Blue) = 21+80+120=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #155078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155078 is #EAAF87. Grayscale: #424242. Windows color (decimal): -15380360 or 7884821. OLE color: 7884821.

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

Color convert

RGB 21 80 120 -
CMYK 0.83 0.33 0 0.53
HSL 204.24º 0.7% 0.28% -
HSV(B) 204.24º 0.83% 0.47% -
XYZ 6.57 7.25 18.82 -
YUV 66.92 157.95 95.25 -
System Red Green Blue C M Y K H S L
Decimal 21 80 120 0.83 0.33 0 0.53 204.24 0.7 0.28
Hex 15 50 78 53 21 0 35 CC 46 1C
Octal 25 120 170 123 41 0 65 314 106 34
Binary 10101 1010000 1111000 1010011 100001 0 110101 11001100 1000110 11100

Color Harmonies of #155078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155078

Black with #155078

Text Example


Text Example

White with #155078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155078; }

 p { color: rgb(21,80,120); }

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

background-color css

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

 a { background-color: rgb(21,80,120); }

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

border-color css

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

 span { border-color: rgb(21,80,120); }

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