Html Css Color HEX #125995 Endeavour

📋 copy color: '#125995'

red 18 ◦ green 89 ◦ blue 149

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

Shades of Endeavour #125995

Tints of Endeavour #125995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.77%

 BLUE value IS 149 (58.59% from 255) = 58.2%

R = 7.03%
G = 34.77%
B = 58.2%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#125995 (or 0x125995) is known color: Endeavour. HEX triplet: 12, 59 and 95. RGB value is (18,89,149). Sum of RGB (Red+Green+Blue) = 18+89+149=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #125995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125995 is #EDA66A. Grayscale: #4A4A4A. Windows color (decimal): -15574635 or 9787666. OLE color: 9787666.

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

Color convert

RGB 18 89 149 -
CMYK 0.88 0.40 0 0.42
HSL 207.48º 0.78% 0.33% -
HSV(B) 207.48º 0.88% 0.58% -
XYZ 9.25 9.44 29.77 -
YUV 74.61 169.98 87.62 -
System Red Green Blue C M Y K H S L
Decimal 18 89 149 0.88 0.40 0 0.42 207.48 0.78 0.33
Hex 12 59 95 58 28 0 2A CF 4E 21
Octal 22 131 225 130 50 0 52 317 116 41
Binary 10010 1011001 10010101 1011000 101000 0 101010 11001111 1001110 100001

Color Harmonies of #125995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125995

Black with #125995

Text Example


Text Example

White with #125995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125995; }

 p { color: rgb(18,89,149); }

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

background-color css

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

 a { background-color: rgb(18,89,149); }

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

border-color css

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

 span { border-color: rgb(18,89,149); }

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