Html Css Color HEX #125993 Endeavour

📋 copy color: '#125993'

red 18 ◦ green 89 ◦ blue 147

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

Shades of Endeavour #125993

Tints of Endeavour #125993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 57.87%

R = 7.09%
G = 35.04%
B = 57.87%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#125993 (or 0x125993) is known color: Endeavour. HEX triplet: 12, 59 and 93. RGB value is (18,89,147). Sum of RGB (Red+Green+Blue) = 18+89+147=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #125993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125993 is #EDA66C. Grayscale: #4A4A4A. Windows color (decimal): -15574637 or 9656594. OLE color: 9656594.

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

Color convert

RGB 18 89 147 -
CMYK 0.88 0.39 0 0.42
HSL 206.98º 0.78% 0.32% -
HSV(B) 206.98º 0.88% 0.58% -
XYZ 9.09 9.38 28.94 -
YUV 74.38 168.98 87.78 -
System Red Green Blue C M Y K H S L
Decimal 18 89 147 0.88 0.39 0 0.42 206.98 0.78 0.32
Hex 12 59 93 58 27 0 2A CF 4E 20
Octal 22 131 223 130 47 0 52 317 116 40
Binary 10010 1011001 10010011 1011000 100111 0 101010 11001111 1001110 100000

Color Harmonies of #125993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125993

Black with #125993

Text Example


Text Example

White with #125993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125993; }

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

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

background-color css

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

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

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

border-color css

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

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

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