#125E92

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

Shades of Endeavour #125E92

Tints of Endeavour #125E92

Color information

#125E92 (or 0x125E92) is unknown color: approx Endeavour. HEX triplet: 12, 5E and 92. RGB value is (18,94,146). Sum of RGB (Red+Green+Blue) = 18+94+146=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #125E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125E92 is #EDA16D. Grayscale: #4C4C4C. Windows color (decimal): -15573358 or 9592338. OLE color: 9592338.

HSL color Cylindrical-coordinate representation of color #125E92: hue angle of 204.38º 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 #125E92 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1894146-
CMYK0.880.3600.43
HSL204.38º78.05%32.16%-
HSV(B)204.38º87.67%57.25%-
XYZ9.4410.2128.67-
YUV77.2166.8285.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 94 (37.11% from 255) = 36.43%
BLUE value IS 146 (57.42% from 255) = 56.59%
R=6.98%
G=36.43%
B=56.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18941460.880.3600.43204.3878.0532.16
Hex125E92582402Bcc4e20
Octal221362221304405331411640
Binary1001010111101001001010110001001000101011110011001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125E92; }

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

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

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

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

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

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

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

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