Html Css Color HEX #124CF4 Navy Blue

📋 copy color: '#124CF4'

red 18 ◦ green 76 ◦ blue 244

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

Shades of Navy Blue #124CF4

Tints of Navy Blue #124CF4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

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

R = 5.33%
G = 22.49%
B = 72.19%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#124CF4 (or 0x124CF4) is known color: Navy Blue. HEX triplet: 12, 4C and F4. RGB value is (18,76,244). Sum of RGB (Red+Green+Blue) = 18+76+244=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 244 (95.70% from 255 or 72.19% from 338); Max value from RGB is 244 - color contains mainly: blue. Hex color #124CF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124CF4 is #EDB30B. Grayscale: #4D4D4D. Windows color (decimal): -15577868 or 16010258. OLE color: 16010258.

HSL color Cylindrical-coordinate representation of color #124CF4: hue angle of 224.6º 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 #124CF4 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 18 76 244 -
CMYK 0.93 0.69 0 0.04
HSL 224.6º 0.91% 0.51% -
HSV(B) 224.6º 0.93% 0.96% -
XYZ 19.16 11.83 86.86 -
YUV 77.81 221.78 85.34 -
System Red Green Blue C M Y K H S L
Decimal 18 76 244 0.93 0.69 0 0.04 224.6 0.91 0.51
Hex 12 4C F4 5D 45 0 4 E1 5B 33
Octal 22 114 364 135 105 0 4 341 133 63
Binary 10010 1001100 11110100 1011101 1000101 0 100 11100001 1011011 110011

Color Harmonies of #124CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CF4

Black with #124CF4

Text Example


Text Example

White with #124CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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