Html Css Color HEX #125690 Endeavour

📋 copy color: '#125690'

red 18 ◦ green 86 ◦ blue 144

#125690
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #125690

Tints of Endeavour #125690

RGB

 RED value IS 18 (7.42% from 255) = 7.26%

 GREEN value IS 86 (33.98% from 255) = 34.68%

 BLUE value IS 144 (56.64% from 255) = 58.06%

R = 7.26%
G = 34.68%
B = 58.06%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#125690 (or 0x125690) is known color: Endeavour. HEX triplet: 12, 56 and 90. RGB value is (18,86,144). Sum of RGB (Red+Green+Blue) = 18+86+144=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #125690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125690 is #EDA96F. Grayscale: #474747. Windows color (decimal): -15575408 or 9459218. OLE color: 9459218.

HSL color Cylindrical-coordinate representation of color #125690: hue angle of 207.62º 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 #125690 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 86 144 -
CMYK 0.88 0.40 0 0.44
HSL 207.62º 0.78% 0.32% -
HSV(B) 207.62º 0.88% 0.56% -
XYZ 8.61 8.8 27.63 -
YUV 72.28 168.47 89.28 -
System Red Green Blue C M Y K H S L
Decimal 18 86 144 0.88 0.40 0 0.44 207.62 0.78 0.32
Hex 12 56 90 58 28 0 2C D0 4E 20
Octal 22 126 220 130 50 0 54 320 116 40
Binary 10010 1010110 10010000 1011000 101000 0 101100 11010000 1001110 100000

Color Harmonies of #125690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125690

Black with #125690

Text Example


Text Example

White with #125690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125690; }

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

 H1.HeaderClassName
 {
   color: #125690;
 }
 .AnyTagClassName
 {
   color: #125690;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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