Html Css Color HEX #135193 Endeavour

📋 copy color: '#135193'

red 19 ◦ green 81 ◦ blue 147

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

Shades of Endeavour #135193

Tints of Endeavour #135193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.79%

 BLUE value IS 147 (57.81% from 255) = 59.51%

R = 7.69%
G = 32.79%
B = 59.51%

CMYK

 C value IS 0.87

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#135193 (or 0x135193) is known color: Endeavour. HEX triplet: 13, 51 and 93. RGB value is (19,81,147). Sum of RGB (Red+Green+Blue) = 19+81+147=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #135193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135193 is #ECAE6C. Grayscale: #454545. Windows color (decimal): -15511149 or 9654547. OLE color: 9654547.

HSL color Cylindrical-coordinate representation of color #135193: hue angle of 210.94º 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 #135193 is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 81 147 -
CMYK 0.87 0.45 0 0.42
HSL 210.94º 0.77% 0.33% -
HSV(B) 210.94º 0.87% 0.58% -
XYZ 8.48 8.13 28.73 -
YUV 69.99 171.46 91.63 -
System Red Green Blue C M Y K H S L
Decimal 19 81 147 0.87 0.45 0 0.42 210.94 0.77 0.33
Hex 13 51 93 57 2D 0 2A D3 4D 21
Octal 23 121 223 127 55 0 52 323 115 41
Binary 10011 1010001 10010011 1010111 101101 0 101010 11010011 1001101 100001

Color Harmonies of #135193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135193

Black with #135193

Text Example


Text Example

White with #135193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135193; }

 p { color: rgb(19,81,147); }

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

background-color css

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

 a { background-color: rgb(19,81,147); }

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

border-color css

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

 span { border-color: rgb(19,81,147); }

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