Html Css Color HEX #136292 Endeavour

📋 copy color: '#136292'

red 19 ◦ green 98 ◦ blue 146

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

Shades of Endeavour #136292

Tints of Endeavour #136292

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.26%

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

R = 7.22%
G = 37.26%
B = 55.51%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#136292 (or 0x136292) is known color: Endeavour. HEX triplet: 13, 62 and 92. RGB value is (19,98,146). Sum of RGB (Red+Green+Blue) = 19+98+146=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #136292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136292 is #EC9D6D. Grayscale: #4F4F4F. Windows color (decimal): -15506798 or 9593363. OLE color: 9593363.

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

Color convert

RGB 19 98 146 -
CMYK 0.87 0.33 0 0.43
HSL 202.68º 0.77% 0.32% -
HSV(B) 202.68º 0.87% 0.57% -
XYZ 9.82 10.95 28.79 -
YUV 79.85 165.33 84.6 -
System Red Green Blue C M Y K H S L
Decimal 19 98 146 0.87 0.33 0 0.43 202.68 0.77 0.32
Hex 13 62 92 57 21 0 2B CB 4D 20
Octal 23 142 222 127 41 0 53 313 115 40
Binary 10011 1100010 10010010 1010111 100001 0 101011 11001011 1001101 100000

Color Harmonies of #136292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136292

Black with #136292

Text Example


Text Example

White with #136292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136292; }

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

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

background-color css

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

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

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

border-color css

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

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

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