Html Css Color HEX #125696 Endeavour

📋 copy color: '#125696'

red 18 ◦ green 86 ◦ blue 150

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

Shades of Endeavour #125696

Tints of Endeavour #125696

RGB

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

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

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

R = 7.09%
G = 33.86%
B = 59.06%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#125696 (or 0x125696) is known color: Endeavour. HEX triplet: 12, 56 and 96. RGB value is (18,86,150). Sum of RGB (Red+Green+Blue) = 18+86+150=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #125696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125696 is #EDA969. Grayscale: #484848. Windows color (decimal): -15575402 or 9852434. OLE color: 9852434.

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

Color convert

RGB 18 86 150 -
CMYK 0.88 0.43 0 0.41
HSL 209.09º 0.79% 0.33% -
HSV(B) 209.09º 0.88% 0.59% -
XYZ 9.08 8.99 30.11 -
YUV 72.96 171.47 88.8 -
System Red Green Blue C M Y K H S L
Decimal 18 86 150 0.88 0.43 0 0.41 209.09 0.79 0.33
Hex 12 56 96 58 2B 0 29 D1 4F 21
Octal 22 126 226 130 53 0 51 321 117 41
Binary 10010 1010110 10010110 1011000 101011 0 101001 11010001 1001111 100001

Color Harmonies of #125696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125696

Black with #125696

Text Example


Text Example

White with #125696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125696; }

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

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

background-color css

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

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

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

border-color css

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

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

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