Html Css Color HEX #065BDC Navy Blue

📋 copy color: '#065BDC'

red 6 ◦ green 91 ◦ blue 220

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

Shades of Navy Blue #065BDC

Tints of Navy Blue #065BDC

RGB

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

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

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

R = 1.89%
G = 28.71%
B = 69.4%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#065BDC (or 0x065BDC) is known color: Navy Blue. HEX triplet: 06, 5B and DC. RGB value is (6,91,220). Sum of RGB (Red+Green+Blue) = 6+91+220=317 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #065BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065BDC is #F9A423. Grayscale: #4F4F4F. Windows color (decimal): -16360484 or 14441222. OLE color: 14441222.

HSL color Cylindrical-coordinate representation of color #065BDC: hue angle of 216.17º 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 #065BDC is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 91 220 -
CMYK 0.97 0.59 0 0.14
HSL 216.17º 0.95% 0.44% -
HSV(B) 216.17º 0.97% 0.86% -
XYZ 16.73 12.69 69.28 -
YUV 80.29 206.84 75.01 -
System Red Green Blue C M Y K H S L
Decimal 6 91 220 0.97 0.59 0 0.14 216.17 0.95 0.44
Hex 6 5B DC 61 3B 0 E D8 5F 2C
Octal 6 133 334 141 73 0 16 330 137 54
Binary 110 1011011 11011100 1100001 111011 0 1110 11011000 1011111 101100

Color Harmonies of #065BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065BDC

Black with #065BDC

Text Example


Text Example

White with #065BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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