Html Css Color HEX #065BCD Navy Blue

📋 copy color: '#065BCD'

red 6 ◦ green 91 ◦ blue 205

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

Shades of Navy Blue #065BCD

Tints of Navy Blue #065BCD

RGB

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

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

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

R = 1.99%
G = 30.13%
B = 67.88%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#065BCD (or 0x065BCD) is known color: Navy Blue. HEX triplet: 06, 5B and CD. RGB value is (6,91,205). Sum of RGB (Red+Green+Blue) = 6+91+205=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #065BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065BCD is #F9A432. Grayscale: #4E4E4E. Windows color (decimal): -16360499 or 13458182. OLE color: 13458182.

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

Color convert

RGB 6 91 205 -
CMYK 0.97 0.56 0 0.20
HSL 214.37º 0.94% 0.41% -
HSV(B) 214.37º 0.97% 0.8% -
XYZ 14.84 11.93 59.28 -
YUV 78.58 199.34 76.23 -
System Red Green Blue C M Y K H S L
Decimal 6 91 205 0.97 0.56 0 0.20 214.37 0.94 0.41
Hex 6 5B CD 61 38 0 14 D6 5E 29
Octal 6 133 315 141 70 0 24 326 136 51
Binary 110 1011011 11001101 1100001 111000 0 10100 11010110 1011110 101001

Color Harmonies of #065BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065BCD

Black with #065BCD

Text Example


Text Example

White with #065BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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