Html Css Color HEX #135186 Dark Cerulean

📋 copy color: '#135186'

red 19 ◦ green 81 ◦ blue 134

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

Shades of Dark Cerulean #135186

Tints of Dark Cerulean #135186

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.62%

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

R = 8.12%
G = 34.62%
B = 57.26%

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

#135186 (or 0x135186) is known color: Dark Cerulean. HEX triplet: 13, 51 and 86. RGB value is (19,81,134). Sum of RGB (Red+Green+Blue) = 19+81+134=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 134 (52.73% from 255 or 57.26% from 234); Max value from RGB is 134 - color contains mainly: blue. Hex color #135186 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135186 is #ECAE79. Grayscale: #444444. Windows color (decimal): -15511162 or 8802579. OLE color: 8802579.

HSL color Cylindrical-coordinate representation of color #135186: hue angle of 207.65º 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 #135186 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 81 134 -
CMYK 0.86 0.40 0 0.47
HSL 207.65º 0.75% 0.3% -
HSV(B) 207.65º 0.86% 0.53% -
XYZ 7.51 7.74 23.65 -
YUV 68.5 164.96 92.69 -
System Red Green Blue C M Y K H S L
Decimal 19 81 134 0.86 0.40 0 0.47 207.65 0.75 0.3
Hex 13 51 86 56 28 0 2F D0 4B 1E
Octal 23 121 206 126 50 0 57 320 113 36
Binary 10011 1010001 10000110 1010110 101000 0 101111 11010000 1001011 11110

Color Harmonies of #135186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135186

Black with #135186

Text Example


Text Example

White with #135186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135186; }

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

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

background-color css

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

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

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

border-color css

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

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

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