Html Css Color HEX #135079 Dark Cerulean

📋 copy color: '#135079'

red 19 ◦ green 80 ◦ blue 121

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

Shades of Dark Cerulean #135079

Tints of Dark Cerulean #135079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 55%

R = 8.64%
G = 36.36%
B = 55%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#135079 (or 0x135079) is known color: Dark Cerulean. HEX triplet: 13, 50 and 79. RGB value is (19,80,121). Sum of RGB (Red+Green+Blue) = 19+80+121=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #135079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135079 is #ECAF86. Grayscale: #424242. Windows color (decimal): -15511431 or 7950355. OLE color: 7950355.

HSL color Cylindrical-coordinate representation of color #135079: hue angle of 204.12º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #135079 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 80 121 -
CMYK 0.84 0.34 0 0.53
HSL 204.12º 0.73% 0.27% -
HSV(B) 204.12º 0.84% 0.47% -
XYZ 6.59 7.26 19.14 -
YUV 66.44 158.79 94.17 -
System Red Green Blue C M Y K H S L
Decimal 19 80 121 0.84 0.34 0 0.53 204.12 0.73 0.27
Hex 13 50 79 54 22 0 35 CC 49 1B
Octal 23 120 171 124 42 0 65 314 111 33
Binary 10011 1010000 1111001 1010100 100010 0 110101 11001100 1001001 11011

Color Harmonies of #135079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135079

Black with #135079

Text Example


Text Example

White with #135079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135079; }

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

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

background-color css

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

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

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

border-color css

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

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

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