Html Css Color HEX #000362 Navy

📋 copy color: '#000362'

red 0 ◦ green 3 ◦ blue 98

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

Shades of Navy #000362

Tints of Navy #000362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 97.03%

R = 0%
G = 2.97%
B = 97.03%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#000362 (or 0x000362) is known color: Navy. HEX triplet: 00, 03 and 62. RGB value is (0,3,98). Sum of RGB (Red+Green+Blue) = 0+3+98=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 98 (38.67% from 255 or 97.03% from 101); Max value from RGB is 98 - color contains mainly: blue. Hex color #000362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000362 is #FFFC9D. Grayscale: #0C0C0C. Windows color (decimal): -16776350 or 6423296. OLE color: 6423296.

HSL color Cylindrical-coordinate representation of color #000362: hue angle of 238.16º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000362 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 3 98 -
CMYK 1 0.97 0 0.62
HSL 238.16º 1% 0.19% -
HSV(B) 238.16º 1% 0.38% -
XYZ 2.24 0.95 11.62 -
YUV 12.93 176.01 118.78 -
System Red Green Blue C M Y K H S L
Decimal 0 3 98 1 0.97 0 0.62 238.16 1 0.19
Hex 0 3 62 64 61 0 3E EE 64 13
Octal 0 3 142 144 141 0 76 356 144 23
Binary 0 11 1100010 1100100 1100001 0 111110 11101110 1100100 10011

Color Harmonies of #000362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000362

Black with #000362

Text Example


Text Example

White with #000362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000362; }

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

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

background-color css

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

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

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

border-color css

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

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

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