Html Css Color HEX #124DF7 Navy Blue

📋 copy color: '#124DF7'

red 18 ◦ green 77 ◦ blue 247

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

Shades of Navy Blue #124DF7

Tints of Navy Blue #124DF7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.51%

 BLUE value IS 247 (96.88% from 255) = 72.22%

R = 5.26%
G = 22.51%
B = 72.22%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#124DF7 (or 0x124DF7) is known color: Navy Blue. HEX triplet: 12, 4D and F7. RGB value is (18,77,247). Sum of RGB (Red+Green+Blue) = 18+77+247=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 247 (96.88% from 255 or 72.22% from 342); Max value from RGB is 247 - color contains mainly: blue. Hex color #124DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124DF7 is #EDB208. Grayscale: #4E4E4E. Windows color (decimal): -15577609 or 16207122. OLE color: 16207122.

HSL color Cylindrical-coordinate representation of color #124DF7: hue angle of 224.54º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124DF7 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 77 247 -
CMYK 0.93 0.69 0 0.03
HSL 224.54º 0.93% 0.52% -
HSV(B) 224.54º 0.93% 0.97% -
XYZ 19.69 12.15 89.3 -
YUV 78.74 222.95 84.68 -
System Red Green Blue C M Y K H S L
Decimal 18 77 247 0.93 0.69 0 0.03 224.54 0.93 0.52
Hex 12 4D F7 5D 45 0 3 E1 5D 34
Octal 22 115 367 135 105 0 3 341 135 64
Binary 10010 1001101 11110111 1011101 1000101 0 11 11100001 1011101 110100

Color Harmonies of #124DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DF7

Black with #124DF7

Text Example


Text Example

White with #124DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,77,247); }

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

background-color css

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

 a { background-color: rgb(18,77,247); }

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

border-color css

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

 span { border-color: rgb(18,77,247); }

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