#125d92

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

Shades of Endeavour #125D92

Tints of Endeavour #125D92

Color information

#125D92 (or 0x125D92) is unknown color: approx Endeavour. HEX triplet: 12, 5D and 92. RGB value is (18,93,146). Sum of RGB (Red+Green+Blue) = 18+93+146=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #125D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125D92 is #EDA26D. Grayscale: #4C4C4C. Windows color (decimal): -15573614 or 9592082. OLE color: 9592082.

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

Color convert

RGB1893146-
CMYK0.880.3600.43
HSL204.84º78.05%32.16%-
HSV(B)204.84º87.67%57.25%-
XYZ9.3510.0328.64-
YUV76.62167.1586.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 93 (36.72% from 255) = 36.19%
BLUE value IS 146 (57.42% from 255) = 56.81%
R=7.00%
G=36.19%
B=56.81%

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
Decimal18931460.880.3600.43204.8478.0532.16
Hex125D92582402Bcd4e20
Octal221352221304405331511640
Binary1001010111011001001010110001001000101011110011011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125d92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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