Html Css Color HEX #155080 Dark Cerulean

📋 copy color: '#155080'

red 21 ◦ green 80 ◦ blue 128

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

Shades of Dark Cerulean #155080

Tints of Dark Cerulean #155080

RGB

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

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

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

R = 9.17%
G = 34.93%
B = 55.9%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#155080 (or 0x155080) is known color: Dark Cerulean. HEX triplet: 15, 50 and 80. RGB value is (21,80,128). Sum of RGB (Red+Green+Blue) = 21+80+128=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #155080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155080 is #EAAF7F. Grayscale: #434343. Windows color (decimal): -15380352 or 8409109. OLE color: 8409109.

HSL color Cylindrical-coordinate representation of color #155080: hue angle of 206.92º 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 #155080 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 80 128 -
CMYK 0.84 0.38 0 0.50
HSL 206.92º 0.72% 0.29% -
HSV(B) 206.92º 0.84% 0.5% -
XYZ 7.07 7.46 21.49 -
YUV 67.83 161.95 94.6 -
System Red Green Blue C M Y K H S L
Decimal 21 80 128 0.84 0.38 0 0.50 206.92 0.72 0.29
Hex 15 50 80 54 26 0 32 CF 48 1D
Octal 25 120 200 124 46 0 62 317 110 35
Binary 10101 1010000 10000000 1010100 100110 0 110010 11001111 1001000 11101

Color Harmonies of #155080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155080

Black with #155080

Text Example


Text Example

White with #155080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155080; }

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

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

background-color css

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

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

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

border-color css

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

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

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