Html Css Color HEX #135386 Dark Cerulean

📋 copy color: '#135386'

red 19 ◦ green 83 ◦ blue 134

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

Shades of Dark Cerulean #135386

Tints of Dark Cerulean #135386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.17%

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

R = 8.05%
G = 35.17%
B = 56.78%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#135386 (or 0x135386) is known color: Dark Cerulean. HEX triplet: 13, 53 and 86. RGB value is (19,83,134). Sum of RGB (Red+Green+Blue) = 19+83+134=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #135386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135386 is #ECAC79. Grayscale: #454545. Windows color (decimal): -15510650 or 8803091. OLE color: 8803091.

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

Color convert

RGB 19 83 134 -
CMYK 0.86 0.38 0 0.47
HSL 206.61º 0.75% 0.3% -
HSV(B) 206.61º 0.86% 0.53% -
XYZ 7.66 8.05 23.7 -
YUV 69.68 164.3 91.85 -
System Red Green Blue C M Y K H S L
Decimal 19 83 134 0.86 0.38 0 0.47 206.61 0.75 0.3
Hex 13 53 86 56 26 0 2F CF 4B 1E
Octal 23 123 206 126 46 0 57 317 113 36
Binary 10011 1010011 10000110 1010110 100110 0 101111 11001111 1001011 11110

Color Harmonies of #135386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135386

Black with #135386

Text Example


Text Example

White with #135386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135386; }

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

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

background-color css

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

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

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

border-color css

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

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

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