Html Css Color HEX #136392 Endeavour

📋 copy color: '#136392'

red 19 ◦ green 99 ◦ blue 146

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

Shades of Endeavour #136392

Tints of Endeavour #136392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.5%

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

R = 7.2%
G = 37.5%
B = 55.3%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#136392 (or 0x136392) is known color: Endeavour. HEX triplet: 13, 63 and 92. RGB value is (19,99,146). Sum of RGB (Red+Green+Blue) = 19+99+146=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #136392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136392 is #EC9C6D. Grayscale: #505050. Windows color (decimal): -15506542 or 9593619. OLE color: 9593619.

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

Color convert

RGB 19 99 146 -
CMYK 0.87 0.32 0 0.43
HSL 202.2º 0.77% 0.32% -
HSV(B) 202.2º 0.87% 0.57% -
XYZ 9.92 11.14 28.82 -
YUV 80.44 165 84.18 -
System Red Green Blue C M Y K H S L
Decimal 19 99 146 0.87 0.32 0 0.43 202.2 0.77 0.32
Hex 13 63 92 57 20 0 2B CA 4D 20
Octal 23 143 222 127 40 0 53 312 115 40
Binary 10011 1100011 10010010 1010111 100000 0 101011 11001010 1001101 100000

Color Harmonies of #136392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136392

Black with #136392

Text Example


Text Example

White with #136392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136392; }

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

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

background-color css

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

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

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

border-color css

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

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

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