Html Css Color HEX #124CEC Navy Blue

📋 copy color: '#124CEC'

red 18 ◦ green 76 ◦ blue 236

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

Shades of Navy Blue #124CEC

Tints of Navy Blue #124CEC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.03%

 BLUE value IS 236 (92.58% from 255) = 71.52%

R = 5.45%
G = 23.03%
B = 71.52%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#124CEC (or 0x124CEC) is known color: Navy Blue. HEX triplet: 12, 4C and EC. RGB value is (18,76,236). Sum of RGB (Red+Green+Blue) = 18+76+236=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #124CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124CEC is #EDB313. Grayscale: #4C4C4C. Windows color (decimal): -15577876 or 15485970. OLE color: 15485970.

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

Color convert

RGB 18 76 236 -
CMYK 0.92 0.68 0 0.07
HSL 224.04º 0.86% 0.5% -
HSV(B) 224.04º 0.92% 0.93% -
XYZ 17.97 11.35 80.6 -
YUV 76.9 217.78 85.99 -
System Red Green Blue C M Y K H S L
Decimal 18 76 236 0.92 0.68 0 0.07 224.04 0.86 0.5
Hex 12 4C EC 5C 44 0 7 E0 56 32
Octal 22 114 354 134 104 0 7 340 126 62
Binary 10010 1001100 11101100 1011100 1000100 0 111 11100000 1010110 110010

Color Harmonies of #124CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CEC

Black with #124CEC

Text Example


Text Example

White with #124CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,76,236); }

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

background-color css

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

 a { background-color: rgb(18,76,236); }

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

border-color css

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

 span { border-color: rgb(18,76,236); }

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