Html Css Color HEX #124DEC Navy Blue

📋 copy color: '#124DEC'

red 18 ◦ green 77 ◦ blue 236

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

Shades of Navy Blue #124DEC

Tints of Navy Blue #124DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.3%

R = 5.44%
G = 23.26%
B = 71.3%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#124DEC (or 0x124DEC) is known color: Navy Blue. HEX triplet: 12, 4D and EC. RGB value is (18,77,236). Sum of RGB (Red+Green+Blue) = 18+77+236=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #124DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124DEC is #EDB213. Grayscale: #4C4C4C. Windows color (decimal): -15577620 or 15486226. OLE color: 15486226.

HSL color Cylindrical-coordinate representation of color #124DEC: hue angle of 223.76º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124DEC is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 77 236 -
CMYK 0.92 0.67 0 0.07
HSL 223.76º 0.86% 0.5% -
HSV(B) 223.76º 0.92% 0.93% -
XYZ 18.04 11.49 80.62 -
YUV 77.49 217.45 85.57 -
System Red Green Blue C M Y K H S L
Decimal 18 77 236 0.92 0.67 0 0.07 223.76 0.86 0.5
Hex 12 4D EC 5C 43 0 7 E0 56 32
Octal 22 115 354 134 103 0 7 340 126 62
Binary 10010 1001101 11101100 1011100 1000011 0 111 11100000 1010110 110010

Color Harmonies of #124DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DEC

Black with #124DEC

Text Example


Text Example

White with #124DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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