Html Css Color HEX #125994 Endeavour

📋 copy color: '#125994'

red 18 ◦ green 89 ◦ blue 148

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

Shades of Endeavour #125994

Tints of Endeavour #125994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.04%

R = 7.06%
G = 34.9%
B = 58.04%

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

#125994 (or 0x125994) is known color: Endeavour. HEX triplet: 12, 59 and 94. RGB value is (18,89,148). Sum of RGB (Red+Green+Blue) = 18+89+148=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #125994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125994 is #EDA66B. Grayscale: #4A4A4A. Windows color (decimal): -15574636 or 9722130. OLE color: 9722130.

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

Color convert

RGB 18 89 148 -
CMYK 0.88 0.40 0 0.42
HSL 207.23º 0.78% 0.33% -
HSV(B) 207.23º 0.88% 0.58% -
XYZ 9.17 9.41 29.35 -
YUV 74.5 169.48 87.7 -
System Red Green Blue C M Y K H S L
Decimal 18 89 148 0.88 0.40 0 0.42 207.23 0.78 0.33
Hex 12 59 94 58 28 0 2A CF 4E 21
Octal 22 131 224 130 50 0 52 317 116 41
Binary 10010 1011001 10010100 1011000 101000 0 101010 11001111 1001110 100001

Color Harmonies of #125994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125994

Black with #125994

Text Example


Text Example

White with #125994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125994; }

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

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

background-color css

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

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

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

border-color css

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

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

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