#125390

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

Shades of Endeavour #125390

Tints of Endeavour #125390

Color information

#125390 (or 0x125390) is unknown color: approx Endeavour. HEX triplet: 12, 53 and 90. RGB value is (18,83,144). Sum of RGB (Red+Green+Blue) = 18+83+144=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #125390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125390 is #EDAC6F. Grayscale: #464646. Windows color (decimal): -15576176 or 9458450. OLE color: 9458450.

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

Color convert

RGB1883144-
CMYK0.880.4200.44
HSL209.05º77.78%31.76%-
HSV(B)209.05º87.5%56.47%-
XYZ8.388.3327.55-
YUV70.52169.4790.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.35%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 144 (56.64% from 255) = 58.78%
R=7.35%
G=33.88%
B=58.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18831440.880.4200.44209.0577.7831.76
Hex125390582A02Cd14e20
Octal221232201305205432111640
Binary1001010100111001000010110001010100101100110100011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125390; }

 p { color: rgb(18,83,144); }

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

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

 a { background-color: rgb(18,83,144); }

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

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

 span { border-color: rgb(18,83,144); }

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