Html Css Color HEX #065BFF Navy Blue

📋 copy color: '#065BFF'

red 6 ◦ green 91 ◦ blue 255

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

Shades of Navy Blue #065BFF

Tints of Navy Blue #065BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.85%

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

R = 1.7%
G = 25.85%
B = 72.44%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#065BFF (or 0x065BFF) is known color: Navy Blue. HEX triplet: 06, 5B and FF. RGB value is (6,91,255). Sum of RGB (Red+Green+Blue) = 6+91+255=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #065BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065BFF is #F9A400. Grayscale: #535353. Windows color (decimal): -16360449 or 16734982. OLE color: 16734982.

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

Color convert

RGB 6 91 255 -
CMYK 0.98 0.64 0 0
HSL 219.52º 1% 0.51% -
HSV(B) 219.52º 0.98% 1% -
XYZ 21.87 14.74 96.3 -
YUV 84.28 224.34 72.16 -
System Red Green Blue C M Y K H S L
Decimal 6 91 255 0.98 0.64 0 0 219.52 1 0.51
Hex 6 5B FF 62 40 0 0 DC 64 33
Octal 6 133 377 142 100 0 0 334 144 63
Binary 110 1011011 11111111 1100010 1000000 0 0 11011100 1100100 110011

Color Harmonies of #065BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065BFF

Black with #065BFF

Text Example


Text Example

White with #065BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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