Html Css Color HEX #124FFC Navy Blue

📋 copy color: '#124FFC'

red 18 ◦ green 79 ◦ blue 252

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

Shades of Navy Blue #124FFC

Tints of Navy Blue #124FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72.21%

R = 5.16%
G = 22.64%
B = 72.21%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#124FFC (or 0x124FFC) is known color: Navy Blue. HEX triplet: 12, 4F and FC. RGB value is (18,79,252). Sum of RGB (Red+Green+Blue) = 18+79+252=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 252 (98.83% from 255 or 72.21% from 349); Max value from RGB is 252 - color contains mainly: blue. Hex color #124FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124FFC is #EDB003. Grayscale: #4F4F4F. Windows color (decimal): -15577092 or 16535314. OLE color: 16535314.

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

Color convert

RGB 18 79 252 -
CMYK 0.93 0.69 0 0.01
HSL 224.36º 0.98% 0.53% -
HSV(B) 224.36º 0.93% 0.99% -
XYZ 20.62 12.75 93.47 -
YUV 80.48 224.79 83.43 -
System Red Green Blue C M Y K H S L
Decimal 18 79 252 0.93 0.69 0 0.01 224.36 0.98 0.53
Hex 12 4F FC 5D 45 0 1 E0 62 35
Octal 22 117 374 135 105 0 1 340 142 65
Binary 10010 1001111 11111100 1011101 1000101 0 1 11100000 1100010 110101

Color Harmonies of #124FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FFC

Black with #124FFC

Text Example


Text Example

White with #124FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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