Html Css Color HEX #135992 Endeavour

📋 copy color: '#135992'

red 19 ◦ green 89 ◦ blue 146

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

Shades of Endeavour #135992

Tints of Endeavour #135992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.48%

R = 7.48%
G = 35.04%
B = 57.48%

CMYK

 C value IS 0.87

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#135992 (or 0x135992) is known color: Endeavour. HEX triplet: 13, 59 and 92. RGB value is (19,89,146). Sum of RGB (Red+Green+Blue) = 19+89+146=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #135992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135992 is #ECA66D. Grayscale: #4A4A4A. Windows color (decimal): -15509102 or 9591059. OLE color: 9591059.

HSL color Cylindrical-coordinate representation of color #135992: hue angle of 206.93º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #135992 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 89 146 -
CMYK 0.87 0.39 0 0.43
HSL 206.93º 0.77% 0.32% -
HSV(B) 206.93º 0.87% 0.57% -
XYZ 9.03 9.36 28.52 -
YUV 74.57 168.31 88.37 -
System Red Green Blue C M Y K H S L
Decimal 19 89 146 0.87 0.39 0 0.43 206.93 0.77 0.32
Hex 13 59 92 57 27 0 2B CF 4D 20
Octal 23 131 222 127 47 0 53 317 115 40
Binary 10011 1011001 10010010 1010111 100111 0 101011 11001111 1001101 100000

Color Harmonies of #135992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135992

Black with #135992

Text Example


Text Example

White with #135992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135992; }

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

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

background-color css

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

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

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

border-color css

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

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

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