Html Css Color HEX #124CFB Navy Blue

📋 copy color: '#124CFB'

red 18 ◦ green 76 ◦ blue 251

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

Shades of Navy Blue #124CFB

Tints of Navy Blue #124CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.03%

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

R = 5.22%
G = 22.03%
B = 72.75%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#124CFB (or 0x124CFB) is known color: Navy Blue. HEX triplet: 12, 4C and FB. RGB value is (18,76,251). Sum of RGB (Red+Green+Blue) = 18+76+251=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #124CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124CFB is #EDB304. Grayscale: #4D4D4D. Windows color (decimal): -15577861 or 16469010. OLE color: 16469010.

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

Color convert

RGB 18 76 251 -
CMYK 0.93 0.70 0 0.02
HSL 225.06º 0.97% 0.53% -
HSV(B) 225.06º 0.93% 0.98% -
XYZ 20.25 12.26 92.57 -
YUV 78.61 225.28 84.77 -
System Red Green Blue C M Y K H S L
Decimal 18 76 251 0.93 0.70 0 0.02 225.06 0.97 0.53
Hex 12 4C FB 5D 46 0 2 E1 61 35
Octal 22 114 373 135 106 0 2 341 141 65
Binary 10010 1001100 11111011 1011101 1000110 0 10 11100001 1100001 110101

Color Harmonies of #124CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CFB

Black with #124CFB

Text Example


Text Example

White with #124CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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