Html Css Color HEX #124EDC Navy Blue

📋 copy color: '#124EDC'

red 18 ◦ green 78 ◦ blue 220

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

Shades of Navy Blue #124EDC

Tints of Navy Blue #124EDC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.68%

 BLUE value IS 220 (86.33% from 255) = 69.62%

R = 5.7%
G = 24.68%
B = 69.62%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#124EDC (or 0x124EDC) is known color: Navy Blue. HEX triplet: 12, 4E and DC. RGB value is (18,78,220). Sum of RGB (Red+Green+Blue) = 18+78+220=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #124EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124EDC is #EDB123. Grayscale: #4B4B4B. Windows color (decimal): -15577380 or 14437906. OLE color: 14437906.

HSL color Cylindrical-coordinate representation of color #124EDC: hue angle of 222.18º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124EDC is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 78 220 -
CMYK 0.92 0.65 0 0.14
HSL 222.18º 0.85% 0.47% -
HSV(B) 222.18º 0.92% 0.86% -
XYZ 15.89 10.74 68.95 -
YUV 76.25 209.12 86.45 -
System Red Green Blue C M Y K H S L
Decimal 18 78 220 0.92 0.65 0 0.14 222.18 0.85 0.47
Hex 12 4E DC 5C 41 0 E DE 55 2F
Octal 22 116 334 134 101 0 16 336 125 57
Binary 10010 1001110 11011100 1011100 1000001 0 1110 11011110 1010101 101111

Color Harmonies of #124EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124EDC

Black with #124EDC

Text Example


Text Example

White with #124EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,78,220); }

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

background-color css

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

 a { background-color: rgb(18,78,220); }

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

border-color css

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

 span { border-color: rgb(18,78,220); }

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