Html Css Color HEX #124DED Navy Blue

📋 copy color: '#124DED'

red 18 ◦ green 77 ◦ blue 237

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

Shades of Navy Blue #124DED

Tints of Navy Blue #124DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 71.39%

R = 5.42%
G = 23.19%
B = 71.39%

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

#124DED (or 0x124DED) is known color: Navy Blue. HEX triplet: 12, 4D and ED. RGB value is (18,77,237). Sum of RGB (Red+Green+Blue) = 18+77+237=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 237 (92.97% from 255 or 71.39% from 332); Max value from RGB is 237 - color contains mainly: blue. Hex color #124DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124DED is #EDB212. Grayscale: #4C4C4C. Windows color (decimal): -15577619 or 15551762. OLE color: 15551762.

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

Color convert

RGB 18 77 237 -
CMYK 0.92 0.68 0 0.07
HSL 223.84º 0.86% 0.5% -
HSV(B) 223.84º 0.92% 0.93% -
XYZ 18.19 11.55 81.39 -
YUV 77.6 217.95 85.49 -
System Red Green Blue C M Y K H S L
Decimal 18 77 237 0.92 0.68 0 0.07 223.84 0.86 0.5
Hex 12 4D ED 5C 44 0 7 E0 56 32
Octal 22 115 355 134 104 0 7 340 126 62
Binary 10010 1001101 11101101 1011100 1000100 0 111 11100000 1010110 110010

Color Harmonies of #124DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DED

Black with #124DED

Text Example


Text Example

White with #124DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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