Html Css Color HEX #135086 Dark Cerulean

📋 copy color: '#135086'

red 19 ◦ green 80 ◦ blue 134

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

Shades of Dark Cerulean #135086

Tints of Dark Cerulean #135086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 57.51%

R = 8.15%
G = 34.33%
B = 57.51%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#135086 (or 0x135086) is known color: Dark Cerulean. HEX triplet: 13, 50 and 86. RGB value is (19,80,134). Sum of RGB (Red+Green+Blue) = 19+80+134=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #135086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135086 is #ECAF79. Grayscale: #434343. Windows color (decimal): -15511418 or 8802323. OLE color: 8802323.

HSL color Cylindrical-coordinate representation of color #135086: hue angle of 208.17º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135086 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 80 134 -
CMYK 0.86 0.40 0 0.47
HSL 208.17º 0.75% 0.3% -
HSV(B) 208.17º 0.86% 0.53% -
XYZ 7.44 7.6 23.63 -
YUV 67.92 165.29 93.11 -
System Red Green Blue C M Y K H S L
Decimal 19 80 134 0.86 0.40 0 0.47 208.17 0.75 0.3
Hex 13 50 86 56 28 0 2F D0 4B 1E
Octal 23 120 206 126 50 0 57 320 113 36
Binary 10011 1010000 10000110 1010110 101000 0 101111 11010000 1001011 11110

Color Harmonies of #135086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135086

Black with #135086

Text Example


Text Example

White with #135086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135086; }

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

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

background-color css

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

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

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

border-color css

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

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

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