Html Css Color HEX #135082 Dark Cerulean

📋 copy color: '#135082'

red 19 ◦ green 80 ◦ blue 130

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

Shades of Dark Cerulean #135082

Tints of Dark Cerulean #135082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 56.77%

R = 8.3%
G = 34.93%
B = 56.77%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#135082 (or 0x135082) is known color: Dark Cerulean. HEX triplet: 13, 50 and 82. RGB value is (19,80,130). Sum of RGB (Red+Green+Blue) = 19+80+130=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #135082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135082 is #ECAF7D. Grayscale: #434343. Windows color (decimal): -15511422 or 8540179. OLE color: 8540179.

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

Color convert

RGB 19 80 130 -
CMYK 0.85 0.38 0 0.49
HSL 207.03º 0.74% 0.29% -
HSV(B) 207.03º 0.85% 0.51% -
XYZ 7.17 7.49 22.19 -
YUV 67.46 163.29 93.43 -
System Red Green Blue C M Y K H S L
Decimal 19 80 130 0.85 0.38 0 0.49 207.03 0.74 0.29
Hex 13 50 82 55 26 0 31 CF 4A 1D
Octal 23 120 202 125 46 0 61 317 112 35
Binary 10011 1010000 10000010 1010101 100110 0 110001 11001111 1001010 11101

Color Harmonies of #135082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135082

Black with #135082

Text Example


Text Example

White with #135082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135082; }

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

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

background-color css

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

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

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

border-color css

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

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

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