Html Css Color HEX #124FFB Navy Blue

📋 copy color: '#124FFB'

red 18 ◦ green 79 ◦ blue 251

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

Shades of Navy Blue #124FFB

Tints of Navy Blue #124FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.7%

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

R = 5.17%
G = 22.7%
B = 72.13%

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

#124FFB (or 0x124FFB) is known color: Navy Blue. HEX triplet: 12, 4F and FB. RGB value is (18,79,251). Sum of RGB (Red+Green+Blue) = 18+79+251=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #124FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124FFB is #EDB004. Grayscale: #4F4F4F. Windows color (decimal): -15577093 or 16469778. OLE color: 16469778.

HSL color Cylindrical-coordinate representation of color #124FFB: hue angle of 224.29º 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 #124FFB is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 79 251 -
CMYK 0.93 0.69 0 0.02
HSL 224.29º 0.97% 0.53% -
HSV(B) 224.29º 0.93% 0.98% -
XYZ 20.46 12.69 92.64 -
YUV 80.37 224.29 83.51 -
System Red Green Blue C M Y K H S L
Decimal 18 79 251 0.93 0.69 0 0.02 224.29 0.97 0.53
Hex 12 4F FB 5D 45 0 2 E0 61 35
Octal 22 117 373 135 105 0 2 340 141 65
Binary 10010 1001111 11111011 1011101 1000101 0 10 11100000 1100001 110101

Color Harmonies of #124FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FFB

Black with #124FFB

Text Example


Text Example

White with #124FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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