Html Css Color HEX #135080 Dark Cerulean

📋 copy color: '#135080'

red 19 ◦ green 80 ◦ blue 128

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

Shades of Dark Cerulean #135080

Tints of Dark Cerulean #135080

RGB

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

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

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

R = 8.37%
G = 35.24%
B = 56.39%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#135080 (or 0x135080) is known color: Dark Cerulean. HEX triplet: 13, 50 and 80. RGB value is (19,80,128). Sum of RGB (Red+Green+Blue) = 19+80+128=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #135080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135080 is #ECAF7F. Grayscale: #424242. Windows color (decimal): -15511424 or 8409107. OLE color: 8409107.

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

Color convert

RGB 19 80 128 -
CMYK 0.85 0.38 0 0.50
HSL 206.42º 0.74% 0.29% -
HSV(B) 206.42º 0.85% 0.5% -
XYZ 7.03 7.43 21.49 -
YUV 67.23 162.29 93.6 -
System Red Green Blue C M Y K H S L
Decimal 19 80 128 0.85 0.38 0 0.50 206.42 0.74 0.29
Hex 13 50 80 55 26 0 32 CE 4A 1D
Octal 23 120 200 125 46 0 62 316 112 35
Binary 10011 1010000 10000000 1010101 100110 0 110010 11001110 1001010 11101

Color Harmonies of #135080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135080

Black with #135080

Text Example


Text Example

White with #135080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135080; }

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

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

background-color css

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

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

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

border-color css

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

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

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