Html Css Color HEX #124EE4 Navy Blue

📋 copy color: '#124EE4'

red 18 ◦ green 78 ◦ blue 228

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

Shades of Navy Blue #124EE4

Tints of Navy Blue #124EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 70.37%

R = 5.56%
G = 24.07%
B = 70.37%

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

#124EE4 (or 0x124EE4) is known color: Navy Blue. HEX triplet: 12, 4E and E4. RGB value is (18,78,228). Sum of RGB (Red+Green+Blue) = 18+78+228=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 228 (89.45% from 255 or 70.37% from 324); Max value from RGB is 228 - color contains mainly: blue. Hex color #124EE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124EE4 is #EDB11B. Grayscale: #4C4C4C. Windows color (decimal): -15577372 or 14962194. OLE color: 14962194.

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

Color convert

RGB 18 78 228 -
CMYK 0.92 0.66 0 0.11
HSL 222.86º 0.85% 0.48% -
HSV(B) 222.86º 0.92% 0.89% -
XYZ 16.98 11.18 74.66 -
YUV 77.16 213.12 85.8 -
System Red Green Blue C M Y K H S L
Decimal 18 78 228 0.92 0.66 0 0.11 222.86 0.85 0.48
Hex 12 4E E4 5C 42 0 B DF 55 30
Octal 22 116 344 134 102 0 13 337 125 60
Binary 10010 1001110 11100100 1011100 1000010 0 1011 11011111 1010101 110000

Color Harmonies of #124EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124EE4

Black with #124EE4

Text Example


Text Example

White with #124EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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