Html Css Color HEX #124FF3 Navy Blue

📋 copy color: '#124FF3'

red 18 ◦ green 79 ◦ blue 243

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

Shades of Navy Blue #124FF3

Tints of Navy Blue #124FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 71.47%

R = 5.29%
G = 23.24%
B = 71.47%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#124FF3 (or 0x124FF3) is known color: Navy Blue. HEX triplet: 12, 4F and F3. RGB value is (18,79,243). Sum of RGB (Red+Green+Blue) = 18+79+243=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 243 (95.31% from 255 or 71.47% from 340); Max value from RGB is 243 - color contains mainly: blue. Hex color #124FF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124FF3 is #EDB00C. Grayscale: #4E4E4E. Windows color (decimal): -15577101 or 15945490. OLE color: 15945490.

HSL color Cylindrical-coordinate representation of color #124FF3: hue angle of 223.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124FF3 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 79 243 -
CMYK 0.93 0.67 0 0.05
HSL 223.73º 0.9% 0.51% -
HSV(B) 223.73º 0.93% 0.95% -
XYZ 19.22 12.19 86.13 -
YUV 79.46 220.29 84.16 -
System Red Green Blue C M Y K H S L
Decimal 18 79 243 0.93 0.67 0 0.05 223.73 0.9 0.51
Hex 12 4F F3 5D 43 0 5 E0 5A 33
Octal 22 117 363 135 103 0 5 340 132 63
Binary 10010 1001111 11110011 1011101 1000011 0 101 11100000 1011010 110011

Color Harmonies of #124FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FF3

Black with #124FF3

Text Example


Text Example

White with #124FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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