Html Css Color HEX #124AEF Navy Blue

📋 copy color: '#124AEF'

red 18 ◦ green 74 ◦ blue 239

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

Shades of Navy Blue #124AEF

Tints of Navy Blue #124AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 72.21%

R = 5.44%
G = 22.36%
B = 72.21%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#124AEF (or 0x124AEF) is known color: Navy Blue. HEX triplet: 12, 4A and EF. RGB value is (18,74,239). Sum of RGB (Red+Green+Blue) = 18+74+239=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 239 (93.75% from 255 or 72.21% from 331); Max value from RGB is 239 - color contains mainly: blue. Hex color #124AEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124AEF is #EDB510. Grayscale: #4B4B4B. Windows color (decimal): -15578385 or 15682066. OLE color: 15682066.

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

Color convert

RGB 18 74 239 -
CMYK 0.92 0.69 0 0.06
HSL 224.8º 0.87% 0.5% -
HSV(B) 224.8º 0.92% 0.94% -
XYZ 18.28 11.26 82.87 -
YUV 76.07 219.95 86.58 -
System Red Green Blue C M Y K H S L
Decimal 18 74 239 0.92 0.69 0 0.06 224.8 0.87 0.5
Hex 12 4A EF 5C 45 0 6 E1 57 32
Octal 22 112 357 134 105 0 6 341 127 62
Binary 10010 1001010 11101111 1011100 1000101 0 110 11100001 1010111 110010

Color Harmonies of #124AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124AEF

Black with #124AEF

Text Example


Text Example

White with #124AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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