Html Css Color HEX #124DF9 Navy Blue

📋 copy color: '#124DF9'

red 18 ◦ green 77 ◦ blue 249

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

Shades of Navy Blue #124DF9

Tints of Navy Blue #124DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 72.38%

R = 5.23%
G = 22.38%
B = 72.38%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#124DF9 (or 0x124DF9) is known color: Navy Blue. HEX triplet: 12, 4D and F9. RGB value is (18,77,249). Sum of RGB (Red+Green+Blue) = 18+77+249=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 249 (97.66% from 255 or 72.38% from 344); Max value from RGB is 249 - color contains mainly: blue. Hex color #124DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124DF9 is #EDB206. Grayscale: #4E4E4E. Windows color (decimal): -15577607 or 16338194. OLE color: 16338194.

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

Color convert

RGB 18 77 249 -
CMYK 0.93 0.69 0 0.02
HSL 224.68º 0.95% 0.52% -
HSV(B) 224.68º 0.93% 0.98% -
XYZ 20 12.28 90.94 -
YUV 78.97 223.95 84.51 -
System Red Green Blue C M Y K H S L
Decimal 18 77 249 0.93 0.69 0 0.02 224.68 0.95 0.52
Hex 12 4D F9 5D 45 0 2 E1 5F 34
Octal 22 115 371 135 105 0 2 341 137 64
Binary 10010 1001101 11111001 1011101 1000101 0 10 11100001 1011111 110100

Color Harmonies of #124DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DF9

Black with #124DF9

Text Example


Text Example

White with #124DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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