#065FFA

Color #065FFA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #065FFA

Tints of Navy Blue #065FFA

Color information

#065FFA (or 0x065FFA) is unknown color: approx Navy Blue. HEX triplet: 06, 5F and FA. RGB value is (6,95,250). Sum of RGB (Red+Green+Blue) = 6+95+250=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #065FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065FFA is #F9A005. Grayscale: #555555. Windows color (decimal): -16359430 or 16408326. OLE color: 16408326.

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

Color convert

RGB695250-
CMYK0.980.6200.02
HSL218.11º96.06%50.2%-
HSV(B)218.11º97.6%98.04%-
XYZ21.4215.1392.23-
YUV86.06220.5170.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.71%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 250 (98.05% from 255) = 71.23%
R=1.71%
G=27.07%
B=71.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal6952500.980.6200.02218.1196.0650.2
Hex65FFA623E02da6032
Octal6137372142760233214062
Binary1101011111111110101100010111110010110110101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #065FFA;
 }
 .AnyTagClassName
 {
   color: #065FFA;
 }
</style>
background-color css

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

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

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

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

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

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