Html Css Color HEX #124F95 Endeavour

📋 copy color: '#124F95'

red 18 ◦ green 79 ◦ blue 149

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

Shades of Endeavour #124F95

Tints of Endeavour #124F95

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.11%

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

R = 7.32%
G = 32.11%
B = 60.57%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#124F95 (or 0x124F95) is known color: Endeavour. HEX triplet: 12, 4F and 95. RGB value is (18,79,149). Sum of RGB (Red+Green+Blue) = 18+79+149=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #124F95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124F95 is #EDB06A. Grayscale: #444444. Windows color (decimal): -15577195 or 9785106. OLE color: 9785106.

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

Color convert

RGB 18 79 149 -
CMYK 0.88 0.47 0 0.42
HSL 212.06º 0.78% 0.33% -
HSV(B) 212.06º 0.88% 0.58% -
XYZ 8.47 7.89 29.51 -
YUV 68.74 173.29 91.81 -
System Red Green Blue C M Y K H S L
Decimal 18 79 149 0.88 0.47 0 0.42 212.06 0.78 0.33
Hex 12 4F 95 58 2F 0 2A D4 4E 21
Octal 22 117 225 130 57 0 52 324 116 41
Binary 10010 1001111 10010101 1011000 101111 0 101010 11010100 1001110 100001

Color Harmonies of #124F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F95

Black with #124F95

Text Example


Text Example

White with #124F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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