Html Css Color HEX #135095 Endeavour

📋 copy color: '#135095'

red 19 ◦ green 80 ◦ blue 149

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

Shades of Endeavour #135095

Tints of Endeavour #135095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 60.08%

R = 7.66%
G = 32.26%
B = 60.08%

CMYK

 C value IS 0.87

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#135095 (or 0x135095) is known color: Endeavour. HEX triplet: 13, 50 and 95. RGB value is (19,80,149). Sum of RGB (Red+Green+Blue) = 19+80+149=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #135095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135095 is #ECAF6A. Grayscale: #454545. Windows color (decimal): -15511403 or 9785363. OLE color: 9785363.

HSL color Cylindrical-coordinate representation of color #135095: hue angle of 211.85º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #135095 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 80 149 -
CMYK 0.87 0.46 0 0.42
HSL 211.85º 0.77% 0.33% -
HSV(B) 211.85º 0.87% 0.58% -
XYZ 8.56 8.05 29.54 -
YUV 69.63 172.79 91.89 -
System Red Green Blue C M Y K H S L
Decimal 19 80 149 0.87 0.46 0 0.42 211.85 0.77 0.33
Hex 13 50 95 57 2E 0 2A D4 4D 21
Octal 23 120 225 127 56 0 52 324 115 41
Binary 10011 1010000 10010101 1010111 101110 0 101010 11010100 1001101 100001

Color Harmonies of #135095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135095

Black with #135095

Text Example


Text Example

White with #135095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135095; }

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

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

background-color css

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

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

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

border-color css

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

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

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