Html Css Color HEX #136396 Endeavour

📋 copy color: '#136396'

red 19 ◦ green 99 ◦ blue 150

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

Shades of Endeavour #136396

Tints of Endeavour #136396

RGB

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

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

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

R = 7.09%
G = 36.94%
B = 55.97%

CMYK

 C value IS 0.87

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#136396 (or 0x136396) is known color: Endeavour. HEX triplet: 13, 63 and 96. RGB value is (19,99,150). Sum of RGB (Red+Green+Blue) = 19+99+150=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #136396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136396 is #EC9C69. Grayscale: #505050. Windows color (decimal): -15506538 or 9855763. OLE color: 9855763.

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

Color convert

RGB 19 99 150 -
CMYK 0.87 0.34 0 0.41
HSL 203.36º 0.78% 0.33% -
HSV(B) 203.36º 0.87% 0.59% -
XYZ 10.24 11.26 30.49 -
YUV 80.89 167 83.85 -
System Red Green Blue C M Y K H S L
Decimal 19 99 150 0.87 0.34 0 0.41 203.36 0.78 0.33
Hex 13 63 96 57 22 0 29 CB 4E 21
Octal 23 143 226 127 42 0 51 313 116 41
Binary 10011 1100011 10010110 1010111 100010 0 101001 11001011 1001110 100001

Color Harmonies of #136396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136396

Black with #136396

Text Example


Text Example

White with #136396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136396; }

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

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

background-color css

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

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

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

border-color css

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

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

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