Html Css Color HEX #135076 Dark Cerulean

📋 copy color: '#135076'

red 19 ◦ green 80 ◦ blue 118

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

Shades of Dark Cerulean #135076

Tints of Dark Cerulean #135076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 54.38%

R = 8.76%
G = 36.87%
B = 54.38%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#135076 (or 0x135076) is known color: Dark Cerulean. HEX triplet: 13, 50 and 76. RGB value is (19,80,118). Sum of RGB (Red+Green+Blue) = 19+80+118=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #135076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135076 is #ECAF89. Grayscale: #414141. Windows color (decimal): -15511434 or 7753747. OLE color: 7753747.

HSL color Cylindrical-coordinate representation of color #135076: hue angle of 203.03º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135076 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 80 118 -
CMYK 0.84 0.32 0 0.54
HSL 203.03º 0.72% 0.27% -
HSV(B) 203.03º 0.84% 0.46% -
XYZ 6.41 7.18 18.19 -
YUV 66.09 157.29 94.41 -
System Red Green Blue C M Y K H S L
Decimal 19 80 118 0.84 0.32 0 0.54 203.03 0.72 0.27
Hex 13 50 76 54 20 0 36 CB 48 1B
Octal 23 120 166 124 40 0 66 313 110 33
Binary 10011 1010000 1110110 1010100 100000 0 110110 11001011 1001000 11011

Color Harmonies of #135076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135076

Black with #135076

Text Example


Text Example

White with #135076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135076; }

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

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

background-color css

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

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

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

border-color css

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

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

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