Html Css Color HEX #124EEE Navy Blue

📋 copy color: '#124EEE'

red 18 ◦ green 78 ◦ blue 238

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

Shades of Navy Blue #124EEE

Tints of Navy Blue #124EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 71.26%

R = 5.39%
G = 23.35%
B = 71.26%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#124EEE (or 0x124EEE) is known color: Navy Blue. HEX triplet: 12, 4E and EE. RGB value is (18,78,238). Sum of RGB (Red+Green+Blue) = 18+78+238=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 238 (93.36% from 255 or 71.26% from 334); Max value from RGB is 238 - color contains mainly: blue. Hex color #124EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124EEE is #EDB111. Grayscale: #4D4D4D. Windows color (decimal): -15577362 or 15617554. OLE color: 15617554.

HSL color Cylindrical-coordinate representation of color #124EEE: hue angle of 223.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124EEE is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 78 238 -
CMYK 0.92 0.67 0 0.07
HSL 223.64º 0.87% 0.5% -
HSV(B) 223.64º 0.92% 0.93% -
XYZ 18.41 11.75 82.19 -
YUV 78.3 218.12 84.99 -
System Red Green Blue C M Y K H S L
Decimal 18 78 238 0.92 0.67 0 0.07 223.64 0.87 0.5
Hex 12 4E EE 5C 43 0 7 E0 57 32
Octal 22 116 356 134 103 0 7 340 127 62
Binary 10010 1001110 11101110 1011100 1000011 0 111 11100000 1010111 110010

Color Harmonies of #124EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124EEE

Black with #124EEE

Text Example


Text Example

White with #124EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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