Html Css Color HEX #125393 Endeavour

📋 copy color: '#125393'

red 18 ◦ green 83 ◦ blue 147

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

Shades of Endeavour #125393

Tints of Endeavour #125393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

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

R = 7.26%
G = 33.47%
B = 59.27%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#125393 (or 0x125393) is known color: Endeavour. HEX triplet: 12, 53 and 93. RGB value is (18,83,147). Sum of RGB (Red+Green+Blue) = 18+83+147=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #125393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125393 is #EDAC6C. Grayscale: #464646. Windows color (decimal): -15576173 or 9655058. OLE color: 9655058.

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

Color convert

RGB 18 83 147 -
CMYK 0.88 0.44 0 0.42
HSL 209.77º 0.78% 0.32% -
HSV(B) 209.77º 0.88% 0.58% -
XYZ 8.61 8.42 28.78 -
YUV 70.86 170.97 90.3 -
System Red Green Blue C M Y K H S L
Decimal 18 83 147 0.88 0.44 0 0.42 209.77 0.78 0.32
Hex 12 53 93 58 2C 0 2A D2 4E 20
Octal 22 123 223 130 54 0 52 322 116 40
Binary 10010 1010011 10010011 1011000 101100 0 101010 11010010 1001110 100000

Color Harmonies of #125393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125393

Black with #125393

Text Example


Text Example

White with #125393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125393; }

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

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

background-color css

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

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

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

border-color css

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

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

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