Html Css Color HEX #124EEA Navy Blue

📋 copy color: '#124EEA'

red 18 ◦ green 78 ◦ blue 234

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

Shades of Navy Blue #124EEA

Tints of Navy Blue #124EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.91%

R = 5.45%
G = 23.64%
B = 70.91%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#124EEA (or 0x124EEA) is known color: Navy Blue. HEX triplet: 12, 4E and EA. RGB value is (18,78,234). Sum of RGB (Red+Green+Blue) = 18+78+234=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #124EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124EEA is #EDB115. Grayscale: #4D4D4D. Windows color (decimal): -15577366 or 15355410. OLE color: 15355410.

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

Color convert

RGB 18 78 234 -
CMYK 0.92 0.67 0 0.08
HSL 223.33º 0.86% 0.49% -
HSV(B) 223.33º 0.92% 0.92% -
XYZ 17.83 11.52 79.13 -
YUV 77.84 216.12 85.32 -
System Red Green Blue C M Y K H S L
Decimal 18 78 234 0.92 0.67 0 0.08 223.33 0.86 0.49
Hex 12 4E EA 5C 43 0 8 DF 56 31
Octal 22 116 352 134 103 0 10 337 126 61
Binary 10010 1001110 11101010 1011100 1000011 0 1000 11011111 1010110 110001

Color Harmonies of #124EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124EEA

Black with #124EEA

Text Example


Text Example

White with #124EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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