Html Css Color HEX #124EF4 Navy Blue

📋 copy color: '#124EF4'

red 18 ◦ green 78 ◦ blue 244

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

Shades of Navy Blue #124EF4

Tints of Navy Blue #124EF4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.94%

 BLUE value IS 244 (95.7% from 255) = 71.76%

R = 5.29%
G = 22.94%
B = 71.76%

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

#124EF4 (or 0x124EF4) is known color: Navy Blue. HEX triplet: 12, 4E and F4. RGB value is (18,78,244). Sum of RGB (Red+Green+Blue) = 18+78+244=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 244 (95.70% from 255 or 71.76% from 340); Max value from RGB is 244 - color contains mainly: blue. Hex color #124EF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124EF4 is #EDB10B. Grayscale: #4E4E4E. Windows color (decimal): -15577356 or 16010770. OLE color: 16010770.

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

Color convert

RGB 18 78 244 -
CMYK 0.93 0.68 0 0.04
HSL 224.07º 0.91% 0.51% -
HSV(B) 224.07º 0.93% 0.96% -
XYZ 19.3 12.11 86.91 -
YUV 78.98 221.12 84.5 -
System Red Green Blue C M Y K H S L
Decimal 18 78 244 0.93 0.68 0 0.04 224.07 0.91 0.51
Hex 12 4E F4 5D 44 0 4 E0 5B 33
Octal 22 116 364 135 104 0 4 340 133 63
Binary 10010 1001110 11110100 1011101 1000100 0 100 11100000 1011011 110011

Color Harmonies of #124EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124EF4

Black with #124EF4

Text Example


Text Example

White with #124EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,78,244); }

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

background-color css

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

 a { background-color: rgb(18,78,244); }

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

border-color css

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

 span { border-color: rgb(18,78,244); }

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