Html Css Color HEX #0048FC Navy Blue

📋 copy color: '#0048FC'

red 0 ◦ green 72 ◦ blue 252

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

Shades of Navy Blue #0048FC

Tints of Navy Blue #0048FC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 72 (28.52% from 255) = 22.22%

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

R = 0%
G = 22.22%
B = 77.78%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0048FC (or 0x0048FC) is known color: Navy Blue. HEX triplet: 00, 48 and FC. RGB value is (0,72,252). Sum of RGB (Red+Green+Blue) = 0+72+252=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #0048FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0048FC is #FFB703. Grayscale: #464646. Windows color (decimal): -16758532 or 16533504. OLE color: 16533504.

HSL color Cylindrical-coordinate representation of color #0048FC: hue angle of 222.86º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0048FC is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 72 252 -
CMYK 1 0.71 0 0.01
HSL 222.86º 1% 0.49% -
HSV(B) 222.86º 1% 0.99% -
XYZ 19.89 11.66 93.3 -
YUV 70.99 230.15 77.36 -
System Red Green Blue C M Y K H S L
Decimal 0 72 252 1 0.71 0 0.01 222.86 1 0.49
Hex 0 48 FC 64 47 0 1 DF 64 31
Octal 0 110 374 144 107 0 1 337 144 61
Binary 0 1001000 11111100 1100100 1000111 0 1 11011111 1100100 110001

Color Harmonies of #0048FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0048FC

Black with #0048FC

Text Example


Text Example

White with #0048FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0048FC; }

 p { color: rgb(0,72,252); }

 H1.HeaderClassName
 {
   color: #0048FC;
 }
 .AnyTagClassName
 {
   color: #0048FC;
 }
</style>

background-color css

<style>
 a { background-color: #0048FC; }

 a { background-color: rgb(0,72,252); }

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

border-color css

<style>
 span { border-color: #0048FC; }

 span { border-color: rgb(0,72,252); }

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