#125692

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

Shades of Endeavour #125692

Tints of Endeavour #125692

Color information

#125692 (or 0x125692) is unknown color: approx Endeavour. HEX triplet: 12, 56 and 92. RGB value is (18,86,146). Sum of RGB (Red+Green+Blue) = 18+86+146=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #125692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125692 is #EDA96D. Grayscale: #484848. Windows color (decimal): -15575406 or 9590290. OLE color: 9590290.

HSL color Cylindrical-coordinate representation of color #125692: hue angle of 208.12º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125692 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1886146-
CMYK0.880.4100.43
HSL208.12º78.05%32.16%-
HSV(B)208.12º87.67%57.25%-
XYZ8.778.8628.44-
YUV72.51169.4789.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.2%
GREEN value IS 86 (33.98% from 255) = 34.4%
BLUE value IS 146 (57.42% from 255) = 58.4%
R=7.2%
G=34.4%
B=58.4%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18861460.880.4100.43208.1278.0532.16
Hex125692582902Bd04e20
Octal221262221305105332011640
Binary1001010101101001001010110001010010101011110100001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125692; }

 p { color: rgb(18,86,146); }

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

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

 a { background-color: rgb(18,86,146); }

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

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

 span { border-color: rgb(18,86,146); }

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