Html Css Color HEX #000665 Navy

📋 copy color: '#000665'

red 0 ◦ green 6 ◦ blue 101

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

Shades of Navy #000665

Tints of Navy #000665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.61%

 BLUE value IS 101 (39.84% from 255) = 94.39%

R = 0%
G = 5.61%
B = 94.39%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#000665 (or 0x000665) is known color: Navy. HEX triplet: 00, 06 and 65. RGB value is (0,6,101). Sum of RGB (Red+Green+Blue) = 0+6+101=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 101 (39.84% from 255 or 94.39% from 107); Max value from RGB is 101 - color contains mainly: blue. Hex color #000665 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000665 is #FFF99A. Grayscale: #0E0E0E. Windows color (decimal): -16775579 or 6620672. OLE color: 6620672.

HSL color Cylindrical-coordinate representation of color #000665: hue angle of 236.44º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000665 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 6 101 -
CMYK 1 0.94 0 0.60
HSL 236.44º 1% 0.2% -
HSV(B) 236.44º 1% 0.4% -
XYZ 2.41 1.07 12.39 -
YUV 15.04 176.51 117.28 -
System Red Green Blue C M Y K H S L
Decimal 0 6 101 1 0.94 0 0.60 236.44 1 0.2
Hex 0 6 65 64 5E 0 3C EC 64 14
Octal 0 6 145 144 136 0 74 354 144 24
Binary 0 110 1100101 1100100 1011110 0 111100 11101100 1100100 10100

Color Harmonies of #000665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000665

Black with #000665

Text Example


Text Example

White with #000665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000665; }

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

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

background-color css

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

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

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

border-color css

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

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

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