Html Css Color HEX #0065CC Navy Blue

📋 copy color: '#0065CC'

red 0 ◦ green 101 ◦ blue 204

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

Shades of Navy Blue #0065CC

Tints of Navy Blue #0065CC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 101 (39.84% from 255) = 33.11%

 BLUE value IS 204 (80.08% from 255) = 66.89%

R = 0%
G = 33.11%
B = 66.89%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0065CC (or 0x0065CC) is known color: Navy Blue. HEX triplet: 00, 65 and CC. RGB value is (0,101,204). Sum of RGB (Red+Green+Blue) = 0+101+204=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #0065CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0065CC is #FF9A33. Grayscale: #525252. Windows color (decimal): -16751156 or 13395200. OLE color: 13395200.

HSL color Cylindrical-coordinate representation of color #0065CC: hue angle of 210.29º 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 #0065CC is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 0 101 204 -
CMYK 1 0.50 0 0.2
HSL 210.29º 1% 0.4% -
HSV(B) 210.29º 1% 0.8% -
XYZ 15.55 13.67 58.95 -
YUV 82.54 196.54 69.12 -
System Red Green Blue C M Y K H S L
Decimal 0 101 204 1 0.50 0 0.2 210.29 1 0.4
Hex 0 65 CC 64 32 0 14 D2 64 28
Octal 0 145 314 144 62 0 24 322 144 50
Binary 0 1100101 11001100 1100100 110010 0 10100 11010010 1100100 101000

Color Harmonies of #0065CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0065CC

Black with #0065CC

Text Example


Text Example

White with #0065CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0065CC;
 }
 .AnyTagClassName
 {
   color: #0065CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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