Html Css Color HEX #0665BF Navy Blue

📋 copy color: '#0665BF'

red 6 ◦ green 101 ◦ blue 191

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

Shades of Navy Blue #0665BF

Tints of Navy Blue #0665BF

RGB

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

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

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

R = 2.01%
G = 33.89%
B = 64.09%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0665BF (or 0x0665BF) is known color: Navy Blue. HEX triplet: 06, 65 and BF. RGB value is (6,101,191). Sum of RGB (Red+Green+Blue) = 6+101+191=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #0665BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0665BF is #F99A40. Grayscale: #525252. Windows color (decimal): -16357953 or 12543238. OLE color: 12543238.

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

Color convert

RGB 6 101 191 -
CMYK 0.97 0.47 0 0.25
HSL 209.19º 0.94% 0.39% -
HSV(B) 209.19º 0.97% 0.75% -
XYZ 14.13 13.11 51.08 -
YUV 82.86 189.03 73.18 -
System Red Green Blue C M Y K H S L
Decimal 6 101 191 0.97 0.47 0 0.25 209.19 0.94 0.39
Hex 6 65 BF 61 2F 0 19 D1 5E 27
Octal 6 145 277 141 57 0 31 321 136 47
Binary 110 1100101 10111111 1100001 101111 0 11001 11010001 1011110 100111

Color Harmonies of #0665BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0665BF

Black with #0665BF

Text Example


Text Example

White with #0665BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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