Html Css Color HEX #124FF5 Navy Blue

📋 copy color: '#124FF5'

red 18 ◦ green 79 ◦ blue 245

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

Shades of Navy Blue #124FF5

Tints of Navy Blue #124FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 71.64%

R = 5.26%
G = 23.1%
B = 71.64%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#124FF5 (or 0x124FF5) is known color: Navy Blue. HEX triplet: 12, 4F and F5. RGB value is (18,79,245). Sum of RGB (Red+Green+Blue) = 18+79+245=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 245 (96.09% from 255 or 71.64% from 342); Max value from RGB is 245 - color contains mainly: blue. Hex color #124FF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124FF5 is #EDB00A. Grayscale: #4E4E4E. Windows color (decimal): -15577099 or 16076562. OLE color: 16076562.

HSL color Cylindrical-coordinate representation of color #124FF5: hue angle of 223.88º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124FF5 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 79 245 -
CMYK 0.93 0.68 0 0.04
HSL 223.88º 0.92% 0.52% -
HSV(B) 223.88º 0.93% 0.96% -
XYZ 19.53 12.31 87.73 -
YUV 79.69 221.29 84 -
System Red Green Blue C M Y K H S L
Decimal 18 79 245 0.93 0.68 0 0.04 223.88 0.92 0.52
Hex 12 4F F5 5D 44 0 4 E0 5C 34
Octal 22 117 365 135 104 0 4 340 134 64
Binary 10010 1001111 11110101 1011101 1000100 0 100 11100000 1011100 110100

Color Harmonies of #124FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FF5

Black with #124FF5

Text Example


Text Example

White with #124FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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