#136294

Color #136294 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #136294

Tints of Endeavour #136294

Color information

#136294 (or 0x136294) is unknown color: approx Endeavour. HEX triplet: 13, 62 and 94. RGB value is (19,98,148). Sum of RGB (Red+Green+Blue) = 19+98+148=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #136294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136294 is #EC9D6B. Grayscale: #4F4F4F. Windows color (decimal): -15506796 or 9724435. OLE color: 9724435.

HSL color Cylindrical-coordinate representation of color #136294: hue angle of 203.26º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136294 is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1998148-
CMYK0.870.3400.42
HSL203.26º77.25%32.75%-
HSV(B)203.26º87.16%58.04%-
XYZ9.9811.0129.62-
YUV80.08166.3384.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.17%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 148 (58.20% from 255) = 55.85%
R=7.17%
G=36.98%
B=55.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19981480.870.3400.42203.2677.2532.75
Hex136294572202Acb4d21
Octal231422241274205231311541
Binary1001111000101001010010101111000100101010110010111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136294; }

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

 H1.HeaderClassName
 {
   color: #136294;
 }
 .AnyTagClassName
 {
   color: #136294;
 }
</style>
background-color css

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

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

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

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

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

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