Html Css Color HEX #125890 Endeavour

📋 copy color: '#125890'

red 18 ◦ green 88 ◦ blue 144

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

Shades of Endeavour #125890

Tints of Endeavour #125890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.2%

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

R = 7.2%
G = 35.2%
B = 57.6%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#125890 (or 0x125890) is known color: Endeavour. HEX triplet: 12, 58 and 90. RGB value is (18,88,144). Sum of RGB (Red+Green+Blue) = 18+88+144=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #125890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125890 is #EDA76F. Grayscale: #494949. Windows color (decimal): -15574896 or 9459730. OLE color: 9459730.

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

Color convert

RGB 18 88 144 -
CMYK 0.88 0.39 0 0.44
HSL 206.67º 0.78% 0.32% -
HSV(B) 206.67º 0.88% 0.56% -
XYZ 8.77 9.12 27.68 -
YUV 73.45 167.81 88.45 -
System Red Green Blue C M Y K H S L
Decimal 18 88 144 0.88 0.39 0 0.44 206.67 0.78 0.32
Hex 12 58 90 58 27 0 2C CF 4E 20
Octal 22 130 220 130 47 0 54 317 116 40
Binary 10010 1011000 10010000 1011000 100111 0 101100 11001111 1001110 100000

Color Harmonies of #125890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125890

Black with #125890

Text Example


Text Example

White with #125890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125890; }

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

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

background-color css

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

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

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

border-color css

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

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

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