Html Css Color HEX #124AFB Navy Blue

📋 copy color: '#124AFB'

red 18 ◦ green 74 ◦ blue 251

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

Shades of Navy Blue #124AFB

Tints of Navy Blue #124AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.57%

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

R = 5.25%
G = 21.57%
B = 73.18%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#124AFB (or 0x124AFB) is known color: Navy Blue. HEX triplet: 12, 4A and FB. RGB value is (18,74,251). Sum of RGB (Red+Green+Blue) = 18+74+251=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #124AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124AFB is #EDB504. Grayscale: #4C4C4C. Windows color (decimal): -15578373 or 16468498. OLE color: 16468498.

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

Color convert

RGB 18 74 251 -
CMYK 0.93 0.71 0 0.02
HSL 225.58º 0.97% 0.53% -
HSV(B) 225.58º 0.93% 0.98% -
XYZ 20.11 11.99 92.52 -
YUV 77.43 225.95 85.61 -
System Red Green Blue C M Y K H S L
Decimal 18 74 251 0.93 0.71 0 0.02 225.58 0.97 0.53
Hex 12 4A FB 5D 47 0 2 E2 61 35
Octal 22 112 373 135 107 0 2 342 141 65
Binary 10010 1001010 11111011 1011101 1000111 0 10 11100010 1100001 110101

Color Harmonies of #124AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124AFB

Black with #124AFB

Text Example


Text Example

White with #124AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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