Html Css Color HEX #065DCD Navy Blue

📋 copy color: '#065DCD'

red 6 ◦ green 93 ◦ blue 205

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

Shades of Navy Blue #065DCD

Tints of Navy Blue #065DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.43%

R = 1.97%
G = 30.59%
B = 67.43%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#065DCD (or 0x065DCD) is known color: Navy Blue. HEX triplet: 06, 5D and CD. RGB value is (6,93,205). Sum of RGB (Red+Green+Blue) = 6+93+205=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #065DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DCD is #F9A232. Grayscale: #4F4F4F. Windows color (decimal): -16359987 or 13458694. OLE color: 13458694.

HSL color Cylindrical-coordinate representation of color #065DCD: hue angle of 213.77º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065DCD is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 93 205 -
CMYK 0.97 0.55 0 0.20
HSL 213.77º 0.94% 0.41% -
HSV(B) 213.77º 0.97% 0.8% -
XYZ 15.01 12.28 59.34 -
YUV 79.76 198.68 75.39 -
System Red Green Blue C M Y K H S L
Decimal 6 93 205 0.97 0.55 0 0.20 213.77 0.94 0.41
Hex 6 5D CD 61 37 0 14 D6 5E 29
Octal 6 135 315 141 67 0 24 326 136 51
Binary 110 1011101 11001101 1100001 110111 0 10100 11010110 1011110 101001

Color Harmonies of #065DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DCD

Black with #065DCD

Text Example


Text Example

White with #065DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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