Html Css Color HEX #0647FF Navy Blue

📋 copy color: '#0647FF'

red 6 ◦ green 71 ◦ blue 255

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

Shades of Navy Blue #0647FF

Tints of Navy Blue #0647FF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.39%

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

R = 1.81%
G = 21.39%
B = 76.81%

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

#0647FF (or 0x0647FF) is known color: Navy Blue. HEX triplet: 06, 47 and FF. RGB value is (6,71,255). Sum of RGB (Red+Green+Blue) = 6+71+255=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #0647FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0647FF is #F9B800. Grayscale: #474747. Windows color (decimal): -16365569 or 16729862. OLE color: 16729862.

HSL color Cylindrical-coordinate representation of color #0647FF: hue angle of 224.34º 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 #0647FF is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 6 71 255 -
CMYK 0.98 0.72 0 0
HSL 224.34º 1% 0.51% -
HSV(B) 224.34º 0.98% 1% -
XYZ 20.38 11.77 95.8 -
YUV 72.54 230.97 80.54 -
System Red Green Blue C M Y K H S L
Decimal 6 71 255 0.98 0.72 0 0 224.34 1 0.51
Hex 6 47 FF 62 48 0 0 E0 64 33
Octal 6 107 377 142 110 0 0 340 144 63
Binary 110 1000111 11111111 1100010 1001000 0 0 11100000 1100100 110011

Color Harmonies of #0647FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0647FF

Black with #0647FF

Text Example


Text Example

White with #0647FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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