Html Css Color HEX #124DFB Navy Blue

📋 copy color: '#124DFB'

red 18 ◦ green 77 ◦ blue 251

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

Shades of Navy Blue #124DFB

Tints of Navy Blue #124DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 72.54%

R = 5.2%
G = 22.25%
B = 72.54%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#124DFB (or 0x124DFB) is known color: Navy Blue. HEX triplet: 12, 4D and FB. RGB value is (18,77,251). Sum of RGB (Red+Green+Blue) = 18+77+251=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #124DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124DFB is #EDB204. Grayscale: #4E4E4E. Windows color (decimal): -15577605 or 16469266. OLE color: 16469266.

HSL color Cylindrical-coordinate representation of color #124DFB: hue angle of 224.81º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124DFB is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 77 251 -
CMYK 0.93 0.69 0 0.02
HSL 224.81º 0.97% 0.53% -
HSV(B) 224.81º 0.93% 0.98% -
XYZ 20.32 12.4 92.59 -
YUV 79.2 224.95 84.35 -
System Red Green Blue C M Y K H S L
Decimal 18 77 251 0.93 0.69 0 0.02 224.81 0.97 0.53
Hex 12 4D FB 5D 45 0 2 E1 61 35
Octal 22 115 373 135 105 0 2 341 141 65
Binary 10010 1001101 11111011 1011101 1000101 0 10 11100001 1100001 110101

Color Harmonies of #124DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DFB

Black with #124DFB

Text Example


Text Example

White with #124DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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