Html Css Color HEX #124CE0 Navy Blue

📋 copy color: '#124CE0'

red 18 ◦ green 76 ◦ blue 224

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

Shades of Navy Blue #124CE0

Tints of Navy Blue #124CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 70.44%

R = 5.66%
G = 23.9%
B = 70.44%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#124CE0 (or 0x124CE0) is known color: Navy Blue. HEX triplet: 12, 4C and E0. RGB value is (18,76,224). Sum of RGB (Red+Green+Blue) = 18+76+224=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 224 (87.89% from 255 or 70.44% from 318); Max value from RGB is 224 - color contains mainly: blue. Hex color #124CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CE0 is #EDB31F. Grayscale: #4A4A4A. Windows color (decimal): -15577888 or 14699538. OLE color: 14699538.

HSL color Cylindrical-coordinate representation of color #124CE0: hue angle of 223.11º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124CE0 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 76 224 -
CMYK 0.92 0.66 0 0.12
HSL 223.11º 0.85% 0.47% -
HSV(B) 223.11º 0.92% 0.88% -
XYZ 16.29 10.68 71.72 -
YUV 75.53 211.78 86.97 -
System Red Green Blue C M Y K H S L
Decimal 18 76 224 0.92 0.66 0 0.12 223.11 0.85 0.47
Hex 12 4C E0 5C 42 0 C DF 55 2F
Octal 22 114 340 134 102 0 14 337 125 57
Binary 10010 1001100 11100000 1011100 1000010 0 1100 11011111 1010101 101111

Color Harmonies of #124CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CE0

Black with #124CE0

Text Example


Text Example

White with #124CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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