Html Css Color HEX #135089 Dark Cerulean

📋 copy color: '#135089'

red 19 ◦ green 80 ◦ blue 137

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

Shades of Dark Cerulean #135089

Tints of Dark Cerulean #135089

RGB

 RED value IS 19 (7.81% from 255) = 8.05%

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

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

R = 8.05%
G = 33.9%
B = 58.05%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#135089 (or 0x135089) is known color: Dark Cerulean. HEX triplet: 13, 50 and 89. RGB value is (19,80,137). Sum of RGB (Red+Green+Blue) = 19+80+137=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #135089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135089 is #ECAF76. Grayscale: #434343. Windows color (decimal): -15511415 or 8998931. OLE color: 8998931.

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

Color convert

RGB 19 80 137 -
CMYK 0.86 0.42 0 0.46
HSL 208.98º 0.76% 0.31% -
HSV(B) 208.98º 0.86% 0.54% -
XYZ 7.65 7.68 24.75 -
YUV 68.26 166.79 92.87 -
System Red Green Blue C M Y K H S L
Decimal 19 80 137 0.86 0.42 0 0.46 208.98 0.76 0.31
Hex 13 50 89 56 2A 0 2E D1 4C 1F
Octal 23 120 211 126 52 0 56 321 114 37
Binary 10011 1010000 10001001 1010110 101010 0 101110 11010001 1001100 11111

Color Harmonies of #135089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135089

Black with #135089

Text Example


Text Example

White with #135089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135089; }

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

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

background-color css

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

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

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

border-color css

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

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

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