Html Css Color HEX #124FF1 Navy Blue

📋 copy color: '#124FF1'

red 18 ◦ green 79 ◦ blue 241

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

Shades of Navy Blue #124FF1

Tints of Navy Blue #124FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 71.3%

R = 5.33%
G = 23.37%
B = 71.3%

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

#124FF1 (or 0x124FF1) is known color: Navy Blue. HEX triplet: 12, 4F and F1. RGB value is (18,79,241). Sum of RGB (Red+Green+Blue) = 18+79+241=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 241 (94.53% from 255 or 71.30% from 338); Max value from RGB is 241 - color contains mainly: blue. Hex color #124FF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124FF1 is #EDB00E. Grayscale: #4E4E4E. Windows color (decimal): -15577103 or 15814418. OLE color: 15814418.

HSL color Cylindrical-coordinate representation of color #124FF1: hue angle of 223.59º degrees, saturation: 0.89, 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 #124FF1 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 79 241 -
CMYK 0.93 0.67 0 0.05
HSL 223.59º 0.89% 0.51% -
HSV(B) 223.59º 0.93% 0.95% -
XYZ 18.92 12.07 84.55 -
YUV 79.23 219.29 84.33 -
System Red Green Blue C M Y K H S L
Decimal 18 79 241 0.93 0.67 0 0.05 223.59 0.89 0.51
Hex 12 4F F1 5D 43 0 5 E0 59 33
Octal 22 117 361 135 103 0 5 340 131 63
Binary 10010 1001111 11110001 1011101 1000011 0 101 11100000 1011001 110011

Color Harmonies of #124FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FF1

Black with #124FF1

Text Example


Text Example

White with #124FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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