Html Css Color HEX #135993 Endeavour

📋 copy color: '#135993'

red 19 ◦ green 89 ◦ blue 147

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

Shades of Endeavour #135993

Tints of Endeavour #135993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.9%

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

R = 7.45%
G = 34.9%
B = 57.65%

CMYK

 C value IS 0.87

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#135993 (or 0x135993) is known color: Endeavour. HEX triplet: 13, 59 and 93. RGB value is (19,89,147). Sum of RGB (Red+Green+Blue) = 19+89+147=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #135993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135993 is #ECA66C. Grayscale: #4A4A4A. Windows color (decimal): -15509101 or 9656595. OLE color: 9656595.

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

Color convert

RGB 19 89 147 -
CMYK 0.87 0.39 0 0.42
HSL 207.19º 0.77% 0.33% -
HSV(B) 207.19º 0.87% 0.58% -
XYZ 9.11 9.39 28.94 -
YUV 74.68 168.81 88.28 -
System Red Green Blue C M Y K H S L
Decimal 19 89 147 0.87 0.39 0 0.42 207.19 0.77 0.33
Hex 13 59 93 57 27 0 2A CF 4D 21
Octal 23 131 223 127 47 0 52 317 115 41
Binary 10011 1011001 10010011 1010111 100111 0 101010 11001111 1001101 100001

Color Harmonies of #135993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135993

Black with #135993

Text Example


Text Example

White with #135993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135993; }

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

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

background-color css

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

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

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

border-color css

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

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

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