Html Css Color HEX #125E90 Endeavour

📋 copy color: '#125E90'

red 18 ◦ green 94 ◦ blue 144

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

Shades of Endeavour #125E90

Tints of Endeavour #125E90

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.72%

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

R = 7.03%
G = 36.72%
B = 56.25%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#125E90 (or 0x125E90) is known color: Endeavour. HEX triplet: 12, 5E and 90. RGB value is (18,94,144). Sum of RGB (Red+Green+Blue) = 18+94+144=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #125E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125E90 is #EDA16F. Grayscale: #4C4C4C. Windows color (decimal): -15573360 or 9461266. OLE color: 9461266.

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

Color convert

RGB 18 94 144 -
CMYK 0.88 0.35 0 0.44
HSL 203.81º 0.78% 0.32% -
HSV(B) 203.81º 0.88% 0.56% -
XYZ 9.29 10.15 27.85 -
YUV 76.98 165.82 85.93 -
System Red Green Blue C M Y K H S L
Decimal 18 94 144 0.88 0.35 0 0.44 203.81 0.78 0.32
Hex 12 5E 90 58 23 0 2C CC 4E 20
Octal 22 136 220 130 43 0 54 314 116 40
Binary 10010 1011110 10010000 1011000 100011 0 101100 11001100 1001110 100000

Color Harmonies of #125E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125E90

Black with #125E90

Text Example


Text Example

White with #125E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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