Html Css Color HEX #065FDF Navy Blue

📋 copy color: '#065FDF'

red 6 ◦ green 95 ◦ blue 223

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

Shades of Navy Blue #065FDF

Tints of Navy Blue #065FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.83%

R = 1.85%
G = 29.32%
B = 68.83%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#065FDF (or 0x065FDF) is known color: Navy Blue. HEX triplet: 06, 5F and DF. RGB value is (6,95,223). Sum of RGB (Red+Green+Blue) = 6+95+223=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #065FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065FDF is #F9A020. Grayscale: #525252. Windows color (decimal): -16359457 or 14638854. OLE color: 14638854.

HSL color Cylindrical-coordinate representation of color #065FDF: hue angle of 215.39º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065FDF is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 95 223 -
CMYK 0.97 0.57 0 0.13
HSL 215.39º 0.95% 0.45% -
HSV(B) 215.39º 0.97% 0.87% -
XYZ 17.49 13.55 71.51 -
YUV 82.98 207.01 73.09 -
System Red Green Blue C M Y K H S L
Decimal 6 95 223 0.97 0.57 0 0.13 215.39 0.95 0.45
Hex 6 5F DF 61 39 0 D D7 5F 2D
Octal 6 137 337 141 71 0 15 327 137 55
Binary 110 1011111 11011111 1100001 111001 0 1101 11010111 1011111 101101

Color Harmonies of #065FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FDF

Black with #065FDF

Text Example


Text Example

White with #065FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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