Html Css Color HEX #124DF3 Navy Blue

📋 copy color: '#124DF3'

red 18 ◦ green 77 ◦ blue 243

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

Shades of Navy Blue #124DF3

Tints of Navy Blue #124DF3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.78%

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

R = 5.33%
G = 22.78%
B = 71.89%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#124DF3 (or 0x124DF3) is known color: Navy Blue. HEX triplet: 12, 4D and F3. RGB value is (18,77,243). Sum of RGB (Red+Green+Blue) = 18+77+243=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 243 (95.31% from 255 or 71.89% from 338); Max value from RGB is 243 - color contains mainly: blue. Hex color #124DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124DF3 is #EDB20C. Grayscale: #4D4D4D. Windows color (decimal): -15577613 or 15944978. OLE color: 15944978.

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

Color convert

RGB 18 77 243 -
CMYK 0.93 0.68 0 0.05
HSL 224.27º 0.9% 0.51% -
HSV(B) 224.27º 0.93% 0.95% -
XYZ 19.08 11.91 86.09 -
YUV 78.28 220.95 85 -
System Red Green Blue C M Y K H S L
Decimal 18 77 243 0.93 0.68 0 0.05 224.27 0.9 0.51
Hex 12 4D F3 5D 44 0 5 E0 5A 33
Octal 22 115 363 135 104 0 5 340 132 63
Binary 10010 1001101 11110011 1011101 1000100 0 101 11100000 1011010 110011

Color Harmonies of #124DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DF3

Black with #124DF3

Text Example


Text Example

White with #124DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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