Html Css Color HEX #124AEE Navy Blue

📋 copy color: '#124AEE'

red 18 ◦ green 74 ◦ blue 238

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

Shades of Navy Blue #124AEE

Tints of Navy Blue #124AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.42%

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

R = 5.45%
G = 22.42%
B = 72.12%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#124AEE (or 0x124AEE) is known color: Navy Blue. HEX triplet: 12, 4A and EE. RGB value is (18,74,238). Sum of RGB (Red+Green+Blue) = 18+74+238=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #124AEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124AEE is #EDB511. Grayscale: #4B4B4B. Windows color (decimal): -15578386 or 15616530. OLE color: 15616530.

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

Color convert

RGB 18 74 238 -
CMYK 0.92 0.69 0 0.07
HSL 224.73º 0.87% 0.5% -
HSV(B) 224.73º 0.92% 0.93% -
XYZ 18.13 11.2 82.09 -
YUV 75.95 219.45 86.66 -
System Red Green Blue C M Y K H S L
Decimal 18 74 238 0.92 0.69 0 0.07 224.73 0.87 0.5
Hex 12 4A EE 5C 45 0 7 E1 57 32
Octal 22 112 356 134 105 0 7 341 127 62
Binary 10010 1001010 11101110 1011100 1000101 0 111 11100001 1010111 110010

Color Harmonies of #124AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124AEE

Black with #124AEE

Text Example


Text Example

White with #124AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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