Html Css Color HEX #125193 Endeavour

📋 copy color: '#125193'

red 18 ◦ green 81 ◦ blue 147

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

Shades of Endeavour #125193

Tints of Endeavour #125193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.93%

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

R = 7.32%
G = 32.93%
B = 59.76%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#125193 (or 0x125193) is known color: Endeavour. HEX triplet: 12, 51 and 93. RGB value is (18,81,147). Sum of RGB (Red+Green+Blue) = 18+81+147=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #125193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125193 is #EDAE6C. Grayscale: #454545. Windows color (decimal): -15576685 or 9654546. OLE color: 9654546.

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

Color convert

RGB 18 81 147 -
CMYK 0.88 0.45 0 0.42
HSL 210.7º 0.78% 0.32% -
HSV(B) 210.7º 0.88% 0.58% -
XYZ 8.46 8.12 28.73 -
YUV 69.69 171.63 91.13 -
System Red Green Blue C M Y K H S L
Decimal 18 81 147 0.88 0.45 0 0.42 210.7 0.78 0.32
Hex 12 51 93 58 2D 0 2A D3 4E 20
Octal 22 121 223 130 55 0 52 323 116 40
Binary 10010 1010001 10010011 1011000 101101 0 101010 11010011 1001110 100000

Color Harmonies of #125193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125193

Black with #125193

Text Example


Text Example

White with #125193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125193; }

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

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

background-color css

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

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

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

border-color css

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

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

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