Html Css Color HEX #125497 Endeavour

📋 copy color: '#125497'

red 18 ◦ green 84 ◦ blue 151

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

Shades of Endeavour #125497

Tints of Endeavour #125497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

 BLUE value IS 151 (59.38% from 255) = 59.68%

R = 7.11%
G = 33.2%
B = 59.68%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#125497 (or 0x125497) is known color: Endeavour. HEX triplet: 12, 54 and 97. RGB value is (18,84,151). Sum of RGB (Red+Green+Blue) = 18+84+151=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #125497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125497 is #EDAB68. Grayscale: #474747. Windows color (decimal): -15575913 or 9917458. OLE color: 9917458.

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

Color convert

RGB 18 84 151 -
CMYK 0.88 0.44 0 0.41
HSL 210.23º 0.79% 0.33% -
HSV(B) 210.23º 0.88% 0.59% -
XYZ 9.01 8.7 30.48 -
YUV 71.9 172.63 89.55 -
System Red Green Blue C M Y K H S L
Decimal 18 84 151 0.88 0.44 0 0.41 210.23 0.79 0.33
Hex 12 54 97 58 2C 0 29 D2 4F 21
Octal 22 124 227 130 54 0 51 322 117 41
Binary 10010 1010100 10010111 1011000 101100 0 101001 11010010 1001111 100001

Color Harmonies of #125497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125497

Black with #125497

Text Example


Text Example

White with #125497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125497; }

 p { color: rgb(18,84,151); }

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

background-color css

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

 a { background-color: rgb(18,84,151); }

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

border-color css

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

 span { border-color: rgb(18,84,151); }

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