Html Css Color HEX #124EDD Navy Blue

📋 copy color: '#124EDD'

red 18 ◦ green 78 ◦ blue 221

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

Shades of Navy Blue #124EDD

Tints of Navy Blue #124EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.72%

R = 5.68%
G = 24.61%
B = 69.72%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#124EDD (or 0x124EDD) is known color: Navy Blue. HEX triplet: 12, 4E and DD. RGB value is (18,78,221). Sum of RGB (Red+Green+Blue) = 18+78+221=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #124EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124EDD is #EDB122. Grayscale: #4B4B4B. Windows color (decimal): -15577379 or 14503442. OLE color: 14503442.

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

Color convert

RGB 18 78 221 -
CMYK 0.92 0.65 0 0.13
HSL 222.27º 0.85% 0.47% -
HSV(B) 222.27º 0.92% 0.87% -
XYZ 16.02 10.8 69.65 -
YUV 76.36 209.62 86.37 -
System Red Green Blue C M Y K H S L
Decimal 18 78 221 0.92 0.65 0 0.13 222.27 0.85 0.47
Hex 12 4E DD 5C 41 0 D DE 55 2F
Octal 22 116 335 134 101 0 15 336 125 57
Binary 10010 1001110 11011101 1011100 1000001 0 1101 11011110 1010101 101111

Color Harmonies of #124EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124EDD

Black with #124EDD

Text Example


Text Example

White with #124EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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