Html Css Color HEX #0065BF Navy Blue

📋 copy color: '#0065BF'

red 0 ◦ green 101 ◦ blue 191

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

Shades of Navy Blue #0065BF

Tints of Navy Blue #0065BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 65.41%

R = 0%
G = 34.59%
B = 65.41%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0065BF (or 0x0065BF) is known color: Navy Blue. HEX triplet: 00, 65 and BF. RGB value is (0,101,191). Sum of RGB (Red+Green+Blue) = 0+101+191=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #0065BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0065BF is #FF9A40. Grayscale: #505050. Windows color (decimal): -16751169 or 12543232. OLE color: 12543232.

HSL color Cylindrical-coordinate representation of color #0065BF: hue angle of 208.27º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0065BF is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 101 191 -
CMYK 1 0.47 0 0.25
HSL 208.27º 1% 0.37% -
HSV(B) 208.27º 1% 0.75% -
XYZ 14.06 13.07 51.07 -
YUV 81.06 190.04 70.18 -
System Red Green Blue C M Y K H S L
Decimal 0 101 191 1 0.47 0 0.25 208.27 1 0.37
Hex 0 65 BF 64 2F 0 19 D0 64 25
Octal 0 145 277 144 57 0 31 320 144 45
Binary 0 1100101 10111111 1100100 101111 0 11001 11010000 1100100 100101

Color Harmonies of #0065BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0065BF

Black with #0065BF

Text Example


Text Example

White with #0065BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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