Html Css Color HEX #155089 Dark Cerulean

📋 copy color: '#155089'

red 21 ◦ green 80 ◦ blue 137

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

Shades of Dark Cerulean #155089

Tints of Dark Cerulean #155089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 57.56%

R = 8.82%
G = 33.61%
B = 57.56%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#155089 (or 0x155089) is known color: Dark Cerulean. HEX triplet: 15, 50 and 89. RGB value is (21,80,137). Sum of RGB (Red+Green+Blue) = 21+80+137=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #155089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155089 is #EAAF76. Grayscale: #444444. Windows color (decimal): -15380343 or 8998933. OLE color: 8998933.

HSL color Cylindrical-coordinate representation of color #155089: hue angle of 209.48º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #155089 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 21 80 137 -
CMYK 0.85 0.42 0 0.46
HSL 209.48º 0.73% 0.31% -
HSV(B) 209.48º 0.85% 0.54% -
XYZ 7.69 7.7 24.75 -
YUV 68.86 166.45 93.87 -
System Red Green Blue C M Y K H S L
Decimal 21 80 137 0.85 0.42 0 0.46 209.48 0.73 0.31
Hex 15 50 89 55 2A 0 2E D1 49 1F
Octal 25 120 211 125 52 0 56 321 111 37
Binary 10101 1010000 10001001 1010101 101010 0 101110 11010001 1001001 11111

Color Harmonies of #155089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155089

Black with #155089

Text Example


Text Example

White with #155089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155089; }

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

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

background-color css

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

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

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

border-color css

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

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

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