Html Css Color HEX #0665BE Navy Blue

📋 copy color: '#0665BE'

red 6 ◦ green 101 ◦ blue 190

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

Shades of Navy Blue #0665BE

Tints of Navy Blue #0665BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.97%

R = 2.02%
G = 34.01%
B = 63.97%

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

#0665BE (or 0x0665BE) is known color: Navy Blue. HEX triplet: 06, 65 and BE. RGB value is (6,101,190). Sum of RGB (Red+Green+Blue) = 6+101+190=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #0665BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0665BE is #F99A41. Grayscale: #525252. Windows color (decimal): -16357954 or 12477702. OLE color: 12477702.

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

Color convert

RGB 6 101 190 -
CMYK 0.97 0.47 0 0.25
HSL 209.02º 0.94% 0.38% -
HSV(B) 209.02º 0.97% 0.75% -
XYZ 14.02 13.06 50.5 -
YUV 82.74 188.53 73.26 -
System Red Green Blue C M Y K H S L
Decimal 6 101 190 0.97 0.47 0 0.25 209.02 0.94 0.38
Hex 6 65 BE 61 2F 0 19 D1 5E 26
Octal 6 145 276 141 57 0 31 321 136 46
Binary 110 1100101 10111110 1100001 101111 0 11001 11010001 1011110 100110

Color Harmonies of #0665BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0665BE

Black with #0665BE

Text Example


Text Example

White with #0665BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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