Html Css Color HEX #000366 Navy

📋 copy color: '#000366'

red 0 ◦ green 3 ◦ blue 102

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

Shades of Navy #000366

Tints of Navy #000366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 97.14%

R = 0%
G = 2.86%
B = 97.14%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#000366 (or 0x000366) is known color: Navy. HEX triplet: 00, 03 and 66. RGB value is (0,3,102). Sum of RGB (Red+Green+Blue) = 0+3+102=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 102 (40.23% from 255 or 97.14% from 105); Max value from RGB is 102 - color contains mainly: blue. Hex color #000366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000366 is #FFFC99. Grayscale: #0C0C0C. Windows color (decimal): -16776346 or 6685440. OLE color: 6685440.

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

Color convert

RGB 0 3 102 -
CMYK 1 0.97 0 0.6
HSL 238.24º 1% 0.2% -
HSV(B) 238.24º 1% 0.4% -
XYZ 2.43 1.02 12.64 -
YUV 13.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 0 3 102 1 0.97 0 0.6 238.24 1 0.2
Hex 0 3 66 64 61 0 3C EE 64 14
Octal 0 3 146 144 141 0 74 356 144 24
Binary 0 11 1100110 1100100 1100001 0 111100 11101110 1100100 10100

Color Harmonies of #000366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000366

Black with #000366

Text Example


Text Example

White with #000366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000366; }

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

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

background-color css

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

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

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

border-color css

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

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

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