Html Css Color HEX #124FF0 Navy Blue

📋 copy color: '#124FF0'

red 18 ◦ green 79 ◦ blue 240

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

Shades of Navy Blue #124FF0

Tints of Navy Blue #124FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 71.22%

R = 5.34%
G = 23.44%
B = 71.22%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#124FF0 (or 0x124FF0) is known color: Navy Blue. HEX triplet: 12, 4F and F0. RGB value is (18,79,240). Sum of RGB (Red+Green+Blue) = 18+79+240=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 240 (94.14% from 255 or 71.22% from 337); Max value from RGB is 240 - color contains mainly: blue. Hex color #124FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124FF0 is #EDB00F. Grayscale: #4E4E4E. Windows color (decimal): -15577104 or 15748882. OLE color: 15748882.

HSL color Cylindrical-coordinate representation of color #124FF0: hue angle of 223.51º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124FF0 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 79 240 -
CMYK 0.92 0.67 0 0.06
HSL 223.51º 0.88% 0.51% -
HSV(B) 223.51º 0.93% 0.94% -
XYZ 18.77 12.01 83.77 -
YUV 79.12 218.79 84.41 -
System Red Green Blue C M Y K H S L
Decimal 18 79 240 0.92 0.67 0 0.06 223.51 0.88 0.51
Hex 12 4F F0 5C 43 0 6 E0 58 33
Octal 22 117 360 134 103 0 6 340 130 63
Binary 10010 1001111 11110000 1011100 1000011 0 110 11100000 1011000 110011

Color Harmonies of #124FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FF0

Black with #124FF0

Text Example


Text Example

White with #124FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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