Html Css Color HEX #124DDF Navy Blue

📋 copy color: '#124DDF'

red 18 ◦ green 77 ◦ blue 223

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

Shades of Navy Blue #124DDF

Tints of Navy Blue #124DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.21%

 BLUE value IS 223 (87.5% from 255) = 70.13%

R = 5.66%
G = 24.21%
B = 70.13%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#124DDF (or 0x124DDF) is known color: Navy Blue. HEX triplet: 12, 4D and DF. RGB value is (18,77,223). Sum of RGB (Red+Green+Blue) = 18+77+223=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #124DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DDF is #EDB220. Grayscale: #4B4B4B. Windows color (decimal): -15577633 or 14634258. OLE color: 14634258.

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

Color convert

RGB 18 77 223 -
CMYK 0.92 0.65 0 0.13
HSL 222.73º 0.85% 0.47% -
HSV(B) 222.73º 0.92% 0.87% -
XYZ 16.22 10.76 71.03 -
YUV 76 210.95 86.63 -
System Red Green Blue C M Y K H S L
Decimal 18 77 223 0.92 0.65 0 0.13 222.73 0.85 0.47
Hex 12 4D DF 5C 41 0 D DF 55 2F
Octal 22 115 337 134 101 0 15 337 125 57
Binary 10010 1001101 11011111 1011100 1000001 0 1101 11011111 1010101 101111

Color Harmonies of #124DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DDF

Black with #124DDF

Text Example


Text Example

White with #124DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,77,223); }

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

background-color css

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

 a { background-color: rgb(18,77,223); }

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

border-color css

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

 span { border-color: rgb(18,77,223); }

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