Html Css Color HEX #065DFF Navy Blue

📋 copy color: '#065DFF'

red 6 ◦ green 93 ◦ blue 255

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

Shades of Navy Blue #065DFF

Tints of Navy Blue #065DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.27%

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

R = 1.69%
G = 26.27%
B = 72.03%

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

#065DFF (or 0x065DFF) is known color: Navy Blue. HEX triplet: 06, 5D and FF. RGB value is (6,93,255). Sum of RGB (Red+Green+Blue) = 6+93+255=354 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #065DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065DFF is #F9A200. Grayscale: #545454. Windows color (decimal): -16359937 or 16735494. OLE color: 16735494.

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

Color convert

RGB 6 93 255 -
CMYK 0.98 0.64 0 0
HSL 219.04º 1% 0.51% -
HSV(B) 219.04º 0.98% 1% -
XYZ 22.04 15.09 96.36 -
YUV 85.46 223.68 71.33 -
System Red Green Blue C M Y K H S L
Decimal 6 93 255 0.98 0.64 0 0 219.04 1 0.51
Hex 6 5D FF 62 40 0 0 DB 64 33
Octal 6 135 377 142 100 0 0 333 144 63
Binary 110 1011101 11111111 1100010 1000000 0 0 11011011 1100100 110011

Color Harmonies of #065DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DFF

Black with #065DFF

Text Example


Text Example

White with #065DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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