Html Css Color HEX #125796 Endeavour

📋 copy color: '#125796'

red 18 ◦ green 87 ◦ blue 150

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

Shades of Endeavour #125796

Tints of Endeavour #125796

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.12%

 BLUE value IS 150 (58.98% from 255) = 58.82%

R = 7.06%
G = 34.12%
B = 58.82%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#125796 (or 0x125796) is known color: Endeavour. HEX triplet: 12, 57 and 96. RGB value is (18,87,150). Sum of RGB (Red+Green+Blue) = 18+87+150=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #125796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125796 is #EDA869. Grayscale: #494949. Windows color (decimal): -15575146 or 9852690. OLE color: 9852690.

HSL color Cylindrical-coordinate representation of color #125796: hue angle of 208.64º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125796 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 87 150 -
CMYK 0.88 0.42 0 0.41
HSL 208.64º 0.79% 0.33% -
HSV(B) 208.64º 0.88% 0.59% -
XYZ 9.16 9.15 30.14 -
YUV 73.55 171.14 88.38 -
System Red Green Blue C M Y K H S L
Decimal 18 87 150 0.88 0.42 0 0.41 208.64 0.79 0.33
Hex 12 57 96 58 2A 0 29 D1 4F 21
Octal 22 127 226 130 52 0 51 321 117 41
Binary 10010 1010111 10010110 1011000 101010 0 101001 11010001 1001111 100001

Color Harmonies of #125796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125796

Black with #125796

Text Example


Text Example

White with #125796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125796; }

 p { color: rgb(18,87,150); }

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

background-color css

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

 a { background-color: rgb(18,87,150); }

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

border-color css

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

 span { border-color: rgb(18,87,150); }

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