#12659C

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

Shades of Endeavour #12659C

Tints of Endeavour #12659C

Color information

#12659C (or 0x12659C) is unknown color: approx Endeavour. HEX triplet: 12, 65 and 9C. RGB value is (18,101,156). Sum of RGB (Red+Green+Blue) = 18+101+156=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #12659C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12659C is #ED9A63. Grayscale: #525252. Windows color (decimal): -15571556 or 10249490. OLE color: 10249490.

HSL color Cylindrical-coordinate representation of color #12659C: hue angle of 203.91º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12659C is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB18101156-
CMYK0.880.3500.39
HSL203.91º79.31%34.12%-
HSV(B)203.91º88.46%61.18%-
XYZ10.911.8433.16-
YUV82.45169.582.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.55%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 156 (61.33% from 255) = 56.73%
R=6.55%
G=36.73%
B=56.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181011560.880.3500.39203.9179.3134.12
Hex12659C5823027cc4f22
Octal221452341304304731411742
Binary1001011001011001110010110001000110100111110011001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12659C; }

 p { color: rgb(18,101,156); }

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

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

 a { background-color: rgb(18,101,156); }

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

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

 span { border-color: rgb(18,101,156); }

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