Html Css Color HEX #136397 Endeavour

📋 copy color: '#136397'

red 19 ◦ green 99 ◦ blue 151

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

Shades of Endeavour #136397

Tints of Endeavour #136397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.13%

R = 7.06%
G = 36.8%
B = 56.13%

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

#136397 (or 0x136397) is known color: Endeavour. HEX triplet: 13, 63 and 97. RGB value is (19,99,151). Sum of RGB (Red+Green+Blue) = 19+99+151=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #136397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136397 is #EC9C68. Grayscale: #505050. Windows color (decimal): -15506537 or 9921299. OLE color: 9921299.

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

Color convert

RGB 19 99 151 -
CMYK 0.87 0.34 0 0.41
HSL 203.64º 0.78% 0.33% -
HSV(B) 203.64º 0.87% 0.59% -
XYZ 10.32 11.3 30.91 -
YUV 81.01 167.5 83.77 -
System Red Green Blue C M Y K H S L
Decimal 19 99 151 0.87 0.34 0 0.41 203.64 0.78 0.33
Hex 13 63 97 57 22 0 29 CC 4E 21
Octal 23 143 227 127 42 0 51 314 116 41
Binary 10011 1100011 10010111 1010111 100010 0 101001 11001100 1001110 100001

Color Harmonies of #136397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136397

Black with #136397

Text Example


Text Example

White with #136397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136397; }

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

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

background-color css

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

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

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

border-color css

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

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

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