Html Css Color HEX #000365 Navy

📋 copy color: '#000365'

red 0 ◦ green 3 ◦ blue 101

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

Shades of Navy #000365

Tints of Navy #000365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.88%

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

R = 0%
G = 2.88%
B = 97.12%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#000365 (or 0x000365) is known color: Navy. HEX triplet: 00, 03 and 65. RGB value is (0,3,101). Sum of RGB (Red+Green+Blue) = 0+3+101=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 101 (39.84% from 255 or 97.12% from 104); Max value from RGB is 101 - color contains mainly: blue. Hex color #000365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000365 is #FFFC9A. Grayscale: #0C0C0C. Windows color (decimal): -16776347 or 6619904. OLE color: 6619904.

HSL color Cylindrical-coordinate representation of color #000365: hue angle of 238.22º 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 #000365 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 3 101 -
CMYK 1 0.97 0 0.60
HSL 238.22º 1% 0.2% -
HSV(B) 238.22º 1% 0.4% -
XYZ 2.38 1 12.38 -
YUV 13.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 0 3 101 1 0.97 0 0.60 238.22 1 0.2
Hex 0 3 65 64 61 0 3C EE 64 14
Octal 0 3 145 144 141 0 74 356 144 24
Binary 0 11 1100101 1100100 1100001 0 111100 11101110 1100100 10100

Color Harmonies of #000365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000365

Black with #000365

Text Example


Text Example

White with #000365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000365; }

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

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

background-color css

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

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

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

border-color css

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

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

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