Html Css Color HEX #125694 Endeavour

📋 copy color: '#125694'

red 18 ◦ green 86 ◦ blue 148

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

Shades of Endeavour #125694

Tints of Endeavour #125694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.13%

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

R = 7.14%
G = 34.13%
B = 58.73%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#125694 (or 0x125694) is known color: Endeavour. HEX triplet: 12, 56 and 94. RGB value is (18,86,148). Sum of RGB (Red+Green+Blue) = 18+86+148=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #125694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125694 is #EDA96B. Grayscale: #484848. Windows color (decimal): -15575404 or 9721362. OLE color: 9721362.

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

Color convert

RGB 18 86 148 -
CMYK 0.88 0.42 0 0.42
HSL 208.62º 0.78% 0.33% -
HSV(B) 208.62º 0.88% 0.58% -
XYZ 8.92 8.92 29.27 -
YUV 72.74 170.47 88.96 -
System Red Green Blue C M Y K H S L
Decimal 18 86 148 0.88 0.42 0 0.42 208.62 0.78 0.33
Hex 12 56 94 58 2A 0 2A D1 4E 21
Octal 22 126 224 130 52 0 52 321 116 41
Binary 10010 1010110 10010100 1011000 101010 0 101010 11010001 1001110 100001

Color Harmonies of #125694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125694

Black with #125694

Text Example


Text Example

White with #125694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125694; }

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

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

background-color css

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

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

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

border-color css

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

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

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