Html Css Color HEX #135073 Dark Cerulean

📋 copy color: '#135073'

red 19 ◦ green 80 ◦ blue 115

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

Shades of Dark Cerulean #135073

Tints of Dark Cerulean #135073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.74%

R = 8.88%
G = 37.38%
B = 53.74%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#135073 (or 0x135073) is known color: Dark Cerulean. HEX triplet: 13, 50 and 73. RGB value is (19,80,115). Sum of RGB (Red+Green+Blue) = 19+80+115=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #135073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135073 is #ECAF8C. Grayscale: #414141. Windows color (decimal): -15511437 or 7557139. OLE color: 7557139.

HSL color Cylindrical-coordinate representation of color #135073: hue angle of 201.88º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135073 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 80 115 -
CMYK 0.83 0.30 0 0.55
HSL 201.88º 0.72% 0.26% -
HSV(B) 201.88º 0.83% 0.45% -
XYZ 6.23 7.11 17.26 -
YUV 65.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 19 80 115 0.83 0.30 0 0.55 201.88 0.72 0.26
Hex 13 50 73 53 1E 0 37 CA 48 1A
Octal 23 120 163 123 36 0 67 312 110 32
Binary 10011 1010000 1110011 1010011 11110 0 110111 11001010 1001000 11010

Color Harmonies of #135073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135073

Black with #135073

Text Example


Text Example

White with #135073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135073; }

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

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

background-color css

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

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

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

border-color css

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

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

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