Html Css Color HEX #124EDE Navy Blue

📋 copy color: '#124EDE'

red 18 ◦ green 78 ◦ blue 222

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

Shades of Navy Blue #124EDE

Tints of Navy Blue #124EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.81%

R = 5.66%
G = 24.53%
B = 69.81%

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

#124EDE (or 0x124EDE) is known color: Navy Blue. HEX triplet: 12, 4E and DE. RGB value is (18,78,222). Sum of RGB (Red+Green+Blue) = 18+78+222=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 222 (87.11% from 255 or 69.81% from 318); Max value from RGB is 222 - color contains mainly: blue. Hex color #124EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124EDE is #EDB121. Grayscale: #4B4B4B. Windows color (decimal): -15577378 or 14568978. OLE color: 14568978.

HSL color Cylindrical-coordinate representation of color #124EDE: hue angle of 222.35º 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 #124EDE is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 78 222 -
CMYK 0.92 0.65 0 0.13
HSL 222.35º 0.85% 0.47% -
HSV(B) 222.35º 0.92% 0.87% -
XYZ 16.16 10.85 70.35 -
YUV 76.48 210.12 86.29 -
System Red Green Blue C M Y K H S L
Decimal 18 78 222 0.92 0.65 0 0.13 222.35 0.85 0.47
Hex 12 4E DE 5C 41 0 D DE 55 2F
Octal 22 116 336 134 101 0 15 336 125 57
Binary 10010 1001110 11011110 1011100 1000001 0 1101 11011110 1010101 101111

Color Harmonies of #124EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124EDE

Black with #124EDE

Text Example


Text Example

White with #124EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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