Html Css Color HEX #124FFA Navy Blue

📋 copy color: '#124FFA'

red 18 ◦ green 79 ◦ blue 250

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

Shades of Navy Blue #124FFA

Tints of Navy Blue #124FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 72.05%

R = 5.19%
G = 22.77%
B = 72.05%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#124FFA (or 0x124FFA) is known color: Navy Blue. HEX triplet: 12, 4F and FA. RGB value is (18,79,250). Sum of RGB (Red+Green+Blue) = 18+79+250=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #124FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124FFA is #EDB005. Grayscale: #4F4F4F. Windows color (decimal): -15577094 or 16404242. OLE color: 16404242.

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

Color convert

RGB 18 79 250 -
CMYK 0.93 0.68 0 0.02
HSL 224.22º 0.96% 0.53% -
HSV(B) 224.22º 0.93% 0.98% -
XYZ 20.3 12.62 91.81 -
YUV 80.26 223.79 83.6 -
System Red Green Blue C M Y K H S L
Decimal 18 79 250 0.93 0.68 0 0.02 224.22 0.96 0.53
Hex 12 4F FA 5D 44 0 2 E0 60 35
Octal 22 117 372 135 104 0 2 340 140 65
Binary 10010 1001111 11111010 1011101 1000100 0 10 11100000 1100000 110101

Color Harmonies of #124FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FFA

Black with #124FFA

Text Example


Text Example

White with #124FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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