Html Css Color HEX #124DE3 Navy Blue

📋 copy color: '#124DE3'

red 18 ◦ green 77 ◦ blue 227

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

Shades of Navy Blue #124DE3

Tints of Navy Blue #124DE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 70.5%

R = 5.59%
G = 23.91%
B = 70.5%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#124DE3 (or 0x124DE3) is known color: Navy Blue. HEX triplet: 12, 4D and E3. RGB value is (18,77,227). Sum of RGB (Red+Green+Blue) = 18+77+227=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 227 (89.06% from 255 or 70.50% from 322); Max value from RGB is 227 - color contains mainly: blue. Hex color #124DE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DE3 is #EDB21C. Grayscale: #4B4B4B. Windows color (decimal): -15577629 or 14896402. OLE color: 14896402.

HSL color Cylindrical-coordinate representation of color #124DE3: hue angle of 223.06º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124DE3 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 18 77 227 -
CMYK 0.92 0.66 0 0.11
HSL 223.06º 0.85% 0.48% -
HSV(B) 223.06º 0.92% 0.89% -
XYZ 16.77 10.98 73.91 -
YUV 76.46 212.95 86.3 -
System Red Green Blue C M Y K H S L
Decimal 18 77 227 0.92 0.66 0 0.11 223.06 0.85 0.48
Hex 12 4D E3 5C 42 0 B DF 55 30
Octal 22 115 343 134 102 0 13 337 125 60
Binary 10010 1001101 11100011 1011100 1000010 0 1011 11011111 1010101 110000

Color Harmonies of #124DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DE3

Black with #124DE3

Text Example


Text Example

White with #124DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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