Html Css Color HEX #135994 Endeavour

📋 copy color: '#135994'

red 19 ◦ green 89 ◦ blue 148

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

Shades of Endeavour #135994

Tints of Endeavour #135994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.81%

R = 7.42%
G = 34.77%
B = 57.81%

CMYK

 C value IS 0.87

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#135994 (or 0x135994) is known color: Endeavour. HEX triplet: 13, 59 and 94. RGB value is (19,89,148). Sum of RGB (Red+Green+Blue) = 19+89+148=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #135994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135994 is #ECA66B. Grayscale: #4A4A4A. Windows color (decimal): -15509100 or 9722131. OLE color: 9722131.

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

Color convert

RGB 19 89 148 -
CMYK 0.87 0.40 0 0.42
HSL 207.44º 0.77% 0.33% -
HSV(B) 207.44º 0.87% 0.58% -
XYZ 9.19 9.42 29.35 -
YUV 74.8 169.31 88.2 -
System Red Green Blue C M Y K H S L
Decimal 19 89 148 0.87 0.40 0 0.42 207.44 0.77 0.33
Hex 13 59 94 57 28 0 2A CF 4D 21
Octal 23 131 224 127 50 0 52 317 115 41
Binary 10011 1011001 10010100 1010111 101000 0 101010 11001111 1001101 100001

Color Harmonies of #135994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135994

Black with #135994

Text Example


Text Example

White with #135994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135994; }

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

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

background-color css

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

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

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

border-color css

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

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

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