Html Css Color HEX #0648FA Navy Blue

📋 copy color: '#0648FA'

red 6 ◦ green 72 ◦ blue 250

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

Shades of Navy Blue #0648FA

Tints of Navy Blue #0648FA

RGB

 RED value IS 6 (2.73% from 255) = 1.83%

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

 BLUE value IS 250 (98.05% from 255) = 76.22%

R = 1.83%
G = 21.95%
B = 76.22%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0648FA (or 0x0648FA) is known color: Navy Blue. HEX triplet: 06, 48 and FA. RGB value is (6,72,250). Sum of RGB (Red+Green+Blue) = 6+72+250=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 250 (98.05% from 255 or 76.22% from 328); Max value from RGB is 250 - color contains mainly: blue. Hex color #0648FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0648FA is #F9B705. Grayscale: #474747. Windows color (decimal): -16365318 or 16402438. OLE color: 16402438.

HSL color Cylindrical-coordinate representation of color #0648FA: hue angle of 223.77º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0648FA is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 72 250 -
CMYK 0.98 0.71 0 0.02
HSL 223.77º 0.96% 0.5% -
HSV(B) 223.77º 0.98% 0.98% -
XYZ 19.65 11.58 91.64 -
YUV 72.56 228.13 80.53 -
System Red Green Blue C M Y K H S L
Decimal 6 72 250 0.98 0.71 0 0.02 223.77 0.96 0.5
Hex 6 48 FA 62 47 0 2 E0 60 32
Octal 6 110 372 142 107 0 2 340 140 62
Binary 110 1001000 11111010 1100010 1000111 0 10 11100000 1100000 110010

Color Harmonies of #0648FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0648FA

Black with #0648FA

Text Example


Text Example

White with #0648FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0648FA; }

 p { color: rgb(6,72,250); }

 H1.HeaderClassName
 {
   color: #0648FA;
 }
 .AnyTagClassName
 {
   color: #0648FA;
 }
</style>

background-color css

<style>
 a { background-color: #0648FA; }

 a { background-color: rgb(6,72,250); }

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

border-color css

<style>
 span { border-color: #0648FA; }

 span { border-color: rgb(6,72,250); }

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