Html Css Color HEX #125295 Endeavour

📋 copy color: '#125295'

red 18 ◦ green 82 ◦ blue 149

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

Shades of Endeavour #125295

Tints of Endeavour #125295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.93%

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

R = 7.23%
G = 32.93%
B = 59.84%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#125295 (or 0x125295) is known color: Endeavour. HEX triplet: 12, 52 and 95. RGB value is (18,82,149). Sum of RGB (Red+Green+Blue) = 18+82+149=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #125295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125295 is #EDAD6A. Grayscale: #464646. Windows color (decimal): -15576427 or 9785874. OLE color: 9785874.

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

Color convert

RGB 18 82 149 -
CMYK 0.88 0.45 0 0.42
HSL 210.69º 0.78% 0.33% -
HSV(B) 210.69º 0.88% 0.58% -
XYZ 8.69 8.33 29.58 -
YUV 70.5 172.3 90.55 -
System Red Green Blue C M Y K H S L
Decimal 18 82 149 0.88 0.45 0 0.42 210.69 0.78 0.33
Hex 12 52 95 58 2D 0 2A D3 4E 21
Octal 22 122 225 130 55 0 52 323 116 41
Binary 10010 1010010 10010101 1011000 101101 0 101010 11010011 1001110 100001

Color Harmonies of #125295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125295

Black with #125295

Text Example


Text Example

White with #125295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125295; }

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

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

background-color css

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

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

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

border-color css

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

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

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