Html Css Color HEX #136296 Endeavour

📋 copy color: '#136296'

red 19 ◦ green 98 ◦ blue 150

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

Shades of Endeavour #136296

Tints of Endeavour #136296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 56.18%

R = 7.12%
G = 36.7%
B = 56.18%

CMYK

 C value IS 0.87

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#136296 (or 0x136296) is known color: Endeavour. HEX triplet: 13, 62 and 96. RGB value is (19,98,150). Sum of RGB (Red+Green+Blue) = 19+98+150=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #136296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136296 is #EC9D69. Grayscale: #505050. Windows color (decimal): -15506794 or 9855507. OLE color: 9855507.

HSL color Cylindrical-coordinate representation of color #136296: hue angle of 203.82º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136296 is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 98 150 -
CMYK 0.87 0.35 0 0.41
HSL 203.82º 0.78% 0.33% -
HSV(B) 203.82º 0.87% 0.59% -
XYZ 10.14 11.08 30.46 -
YUV 80.31 167.33 84.27 -
System Red Green Blue C M Y K H S L
Decimal 19 98 150 0.87 0.35 0 0.41 203.82 0.78 0.33
Hex 13 62 96 57 23 0 29 CC 4E 21
Octal 23 142 226 127 43 0 51 314 116 41
Binary 10011 1100010 10010110 1010111 100011 0 101001 11001100 1001110 100001

Color Harmonies of #136296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136296

Black with #136296

Text Example


Text Example

White with #136296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136296; }

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

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

background-color css

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

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

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

border-color css

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

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

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