Html Css Color HEX #065FFF Navy Blue

📋 copy color: '#065FFF'

red 6 ◦ green 95 ◦ blue 255

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

Shades of Navy Blue #065FFF

Tints of Navy Blue #065FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.69%

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

R = 1.69%
G = 26.69%
B = 71.63%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#065FFF (or 0x065FFF) is known color: Navy Blue. HEX triplet: 06, 5F and FF. RGB value is (6,95,255). Sum of RGB (Red+Green+Blue) = 6+95+255=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #065FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065FFF is #F9A000. Grayscale: #555555. Windows color (decimal): -16359425 or 16736006. OLE color: 16736006.

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

Color convert

RGB 6 95 255 -
CMYK 0.98 0.63 0 0
HSL 218.55º 1% 0.51% -
HSV(B) 218.55º 0.98% 1% -
XYZ 22.22 15.44 96.42 -
YUV 86.63 223.01 70.49 -
System Red Green Blue C M Y K H S L
Decimal 6 95 255 0.98 0.63 0 0 218.55 1 0.51
Hex 6 5F FF 62 3F 0 0 DB 64 33
Octal 6 137 377 142 77 0 0 333 144 63
Binary 110 1011111 11111111 1100010 111111 0 0 11011011 1100100 110011

Color Harmonies of #065FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FFF

Black with #065FFF

Text Example


Text Example

White with #065FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065FFF; }

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

 H1.HeaderClassName
 {
   color: #065FFF;
 }
 .AnyTagClassName
 {
   color: #065FFF;
 }
</style>

background-color css

<style>
 a { background-color: #065FFF; }

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

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

border-color css

<style>
 span { border-color: #065FFF; }

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

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