Html Css Color HEX #065FDC Navy Blue

📋 copy color: '#065FDC'

red 6 ◦ green 95 ◦ blue 220

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

Shades of Navy Blue #065FDC

Tints of Navy Blue #065FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.54%

R = 1.87%
G = 29.6%
B = 68.54%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#065FDC (or 0x065FDC) is known color: Navy Blue. HEX triplet: 06, 5F and DC. RGB value is (6,95,220). Sum of RGB (Red+Green+Blue) = 6+95+220=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #065FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065FDC is #F9A023. Grayscale: #525252. Windows color (decimal): -16359460 or 14442246. OLE color: 14442246.

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

Color convert

RGB 6 95 220 -
CMYK 0.97 0.57 0 0.14
HSL 215.05º 0.95% 0.44% -
HSV(B) 215.05º 0.97% 0.86% -
XYZ 17.09 13.39 69.39 -
YUV 82.64 205.51 73.34 -
System Red Green Blue C M Y K H S L
Decimal 6 95 220 0.97 0.57 0 0.14 215.05 0.95 0.44
Hex 6 5F DC 61 39 0 E D7 5F 2C
Octal 6 137 334 141 71 0 16 327 137 54
Binary 110 1011111 11011100 1100001 111001 0 1110 11010111 1011111 101100

Color Harmonies of #065FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FDC

Black with #065FDC

Text Example


Text Example

White with #065FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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