Html Css Color HEX #135180 Dark Cerulean

📋 copy color: '#135180'

red 19 ◦ green 81 ◦ blue 128

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

Shades of Dark Cerulean #135180

Tints of Dark Cerulean #135180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 56.14%

R = 8.33%
G = 35.53%
B = 56.14%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#135180 (or 0x135180) is known color: Dark Cerulean. HEX triplet: 13, 51 and 80. RGB value is (19,81,128). Sum of RGB (Red+Green+Blue) = 19+81+128=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #135180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135180 is #ECAE7F. Grayscale: #434343. Windows color (decimal): -15511168 or 8409363. OLE color: 8409363.

HSL color Cylindrical-coordinate representation of color #135180: hue angle of 205.87º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135180 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 81 128 -
CMYK 0.85 0.37 0 0.50
HSL 205.87º 0.74% 0.29% -
HSV(B) 205.87º 0.85% 0.5% -
XYZ 7.11 7.58 21.51 -
YUV 67.82 161.96 93.18 -
System Red Green Blue C M Y K H S L
Decimal 19 81 128 0.85 0.37 0 0.50 205.87 0.74 0.29
Hex 13 51 80 55 25 0 32 CE 4A 1D
Octal 23 121 200 125 45 0 62 316 112 35
Binary 10011 1010001 10000000 1010101 100101 0 110010 11001110 1001010 11101

Color Harmonies of #135180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135180

Black with #135180

Text Example


Text Example

White with #135180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135180; }

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

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

background-color css

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

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

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

border-color css

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

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

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