Html Css Color HEX #000356 Navy

📋 copy color: '#000356'

red 0 ◦ green 3 ◦ blue 86

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

Shades of Navy #000356

Tints of Navy #000356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 96.63%

R = 0%
G = 3.37%
B = 96.63%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#000356 (or 0x000356) is known color: Navy. HEX triplet: 00, 03 and 56. RGB value is (0,3,86). Sum of RGB (Red+Green+Blue) = 0+3+86=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 86 (33.98% from 255 or 96.63% from 89); Max value from RGB is 86 - color contains mainly: blue. Hex color #000356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000356 is #FFFCA9. Grayscale: #0B0B0B. Windows color (decimal): -16776362 or 5636864. OLE color: 5636864.

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

Color convert

RGB 0 3 86 -
CMYK 1 0.97 0 0.66
HSL 237.91º 1% 0.17% -
HSV(B) 237.91º 1% 0.34% -
XYZ 1.71 0.74 8.86 -
YUV 11.57 170.01 119.75 -
System Red Green Blue C M Y K H S L
Decimal 0 3 86 1 0.97 0 0.66 237.91 1 0.17
Hex 0 3 56 64 61 0 42 EE 64 11
Octal 0 3 126 144 141 0 102 356 144 21
Binary 0 11 1010110 1100100 1100001 0 1000010 11101110 1100100 10001

Color Harmonies of #000356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000356

Black with #000356

Text Example


Text Example

White with #000356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000356; }

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

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

background-color css

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

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

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

border-color css

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

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

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