#0065CD

Color #0065CD Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0065CD

Tints of Navy Blue #0065CD

Color information

#0065CD (or 0x0065CD) is unknown color: approx Navy Blue. HEX triplet: 00, 65 and CD. RGB value is (0,101,205). Sum of RGB (Red+Green+Blue) = 0+101+205=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #0065CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0065CD is #FF9A32. Grayscale: #525252. Windows color (decimal): -16751155 or 13460736. OLE color: 13460736.

HSL color Cylindrical-coordinate representation of color #0065CD: hue angle of 210.44º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0065CD is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB0101205-
CMYK10.5100.20
HSL210.44º100%40.2%-
HSV(B)210.44º100%80.39%-
XYZ15.6713.7259.58-
YUV82.66197.0469.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 205 (80.47% from 255) = 66.99%
R=0%
G=33.01%
B=66.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal010120510.5100.20210.4410040.2
Hex065CD6433014d26428
Octal01453151446302432214450
Binary01100101110011011100100110011010100110100101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0065CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0065CD; }

 p { color: rgb(0,101,205); }

 H1.HeaderClassName
 {
   color: #0065CD;
 }
 .AnyTagClassName
 {
   color: #0065CD;
 }
</style>
background-color css

<style>
 a { background-color: #0065CD; }

 a { background-color: rgb(0,101,205); }

 div.DivClassName
 {
   background-color: #0065CD;
 }
 .BgClassName
 {
   background-color: #0065CD;
 }
</style>
border-color css

<style>
 span { border-color: #0065CD; }

 span { border-color: rgb(0,101,205); }

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