#196092

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

Shades of Endeavour #196092

Tints of Endeavour #196092

Color information

#196092 (or 0x196092) is unknown color: approx Endeavour. HEX triplet: 19, 60 and 92. RGB value is (25,96,146). Sum of RGB (Red+Green+Blue) = 25+96+146=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #196092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196092 is #E69F6D. Grayscale: #505050. Windows color (decimal): -15114094 or 9592857. OLE color: 9592857.

HSL color Cylindrical-coordinate representation of color #196092: hue angle of 204.79º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #196092 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2596146-
CMYK0.830.3400.43
HSL204.79º70.76%33.53%-
HSV(B)204.79º82.88%57.25%-
XYZ9.7710.6528.73-
YUV80.47164.9888.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.36%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 146 (57.42% from 255) = 54.68%
R=9.36%
G=35.96%
B=54.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal25961460.830.3400.43204.7970.7633.53
Hex196092532202Bcd4722
Octal311402221234205331510742
Binary1100111000001001001010100111000100101011110011011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196092; }

 p { color: rgb(25,96,146); }

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

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

 a { background-color: rgb(25,96,146); }

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

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

 span { border-color: rgb(25,96,146); }

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