Html Css Color HEX #125495 Endeavour

📋 copy color: '#125495'

red 18 ◦ green 84 ◦ blue 149

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

Shades of Endeavour #125495

Tints of Endeavour #125495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.36%

R = 7.17%
G = 33.47%
B = 59.36%

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

#125495 (or 0x125495) is known color: Endeavour. HEX triplet: 12, 54 and 95. RGB value is (18,84,149). Sum of RGB (Red+Green+Blue) = 18+84+149=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #125495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125495 is #EDAB6A. Grayscale: #474747. Windows color (decimal): -15575915 or 9786386. OLE color: 9786386.

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

Color convert

RGB 18 84 149 -
CMYK 0.88 0.44 0 0.42
HSL 209.77º 0.78% 0.33% -
HSV(B) 209.77º 0.88% 0.58% -
XYZ 8.84 8.64 29.64 -
YUV 71.68 171.63 89.71 -
System Red Green Blue C M Y K H S L
Decimal 18 84 149 0.88 0.44 0 0.42 209.77 0.78 0.33
Hex 12 54 95 58 2C 0 2A D2 4E 21
Octal 22 124 225 130 54 0 52 322 116 41
Binary 10010 1010100 10010101 1011000 101100 0 101010 11010010 1001110 100001

Color Harmonies of #125495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125495

Black with #125495

Text Example


Text Example

White with #125495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125495; }

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

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

background-color css

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

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

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

border-color css

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

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

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