Html Css Color HEX #0648FF Navy Blue

📋 copy color: '#0648FF'

red 6 ◦ green 72 ◦ blue 255

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

Shades of Navy Blue #0648FF

Tints of Navy Blue #0648FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 76.58%

R = 1.8%
G = 21.62%
B = 76.58%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0648FF (or 0x0648FF) is known color: Navy Blue. HEX triplet: 06, 48 and FF. RGB value is (6,72,255). Sum of RGB (Red+Green+Blue) = 6+72+255=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #0648FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0648FF is #F9B700. Grayscale: #484848. Windows color (decimal): -16365313 or 16730118. OLE color: 16730118.

HSL color Cylindrical-coordinate representation of color #0648FF: hue angle of 224.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0648FF is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 6 72 255 -
CMYK 0.98 0.72 0 0
HSL 224.1º 1% 0.51% -
HSV(B) 224.1º 0.98% 1% -
XYZ 20.44 11.89 95.83 -
YUV 73.13 230.63 80.12 -
System Red Green Blue C M Y K H S L
Decimal 6 72 255 0.98 0.72 0 0 224.1 1 0.51
Hex 6 48 FF 62 48 0 0 E0 64 33
Octal 6 110 377 142 110 0 0 340 144 63
Binary 110 1001000 11111111 1100010 1001000 0 0 11100000 1100100 110011

Color Harmonies of #0648FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0648FF

Black with #0648FF

Text Example


Text Example

White with #0648FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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