Html Css Color HEX #124FE0 Navy Blue

📋 copy color: '#124FE0'

red 18 ◦ green 79 ◦ blue 224

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

Shades of Navy Blue #124FE0

Tints of Navy Blue #124FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 69.78%

R = 5.61%
G = 24.61%
B = 69.78%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#124FE0 (or 0x124FE0) is known color: Navy Blue. HEX triplet: 12, 4F and E0. RGB value is (18,79,224). Sum of RGB (Red+Green+Blue) = 18+79+224=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 224 (87.89% from 255 or 69.78% from 321); Max value from RGB is 224 - color contains mainly: blue. Hex color #124FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FE0 is #EDB01F. Grayscale: #4C4C4C. Windows color (decimal): -15577120 or 14700306. OLE color: 14700306.

HSL color Cylindrical-coordinate representation of color #124FE0: hue angle of 222.23º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124FE0 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 79 224 -
CMYK 0.92 0.65 0 0.12
HSL 222.23º 0.85% 0.47% -
HSV(B) 222.23º 0.92% 0.88% -
XYZ 16.5 11.1 71.79 -
YUV 77.29 210.79 85.71 -
System Red Green Blue C M Y K H S L
Decimal 18 79 224 0.92 0.65 0 0.12 222.23 0.85 0.47
Hex 12 4F E0 5C 41 0 C DE 55 2F
Octal 22 117 340 134 101 0 14 336 125 57
Binary 10010 1001111 11100000 1011100 1000001 0 1100 11011110 1010101 101111

Color Harmonies of #124FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FE0

Black with #124FE0

Text Example


Text Example

White with #124FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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