Html Css Color HEX #00005F Navy

📋 copy color: '#00005F'

red 0 ◦ green 0 ◦ blue 95

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

Shades of Navy #00005F

Tints of Navy #00005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 100%

R = 0%
G = 0%
B = 100%

CMYK

 C value IS 1

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00005F (or 0x00005F) is known color: Navy. HEX triplet: 00, 00 and 5F. RGB value is (0,0,95). Sum of RGB (Red+Green+Blue) = 0+0+95=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 95 (37.5% from 255 or 100% from 95); Max value from RGB is 95 - color contains mainly: blue. Hex color #00005F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00005F is #FFFFA0. Grayscale: #0A0A0A. Windows color (decimal): -16777121 or 6225920. OLE color: 6225920.

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

Color convert

RGB 0 0 95 -
CMYK 1 1 0 0.63
HSL 240º 1% 0.19% -
HSV(B) 240º 1% 0.37% -
XYZ 2.07 0.83 10.88 -
YUV 10.83 175.5 120.28 -
System Red Green Blue C M Y K H S L
Decimal 0 0 95 1 1 0 0.63 240 1 0.19
Hex 0 0 5F 64 64 0 3F F0 64 13
Octal 0 0 137 144 144 0 77 360 144 23
Binary 0 0 1011111 1100100 1100100 0 111111 11110000 1100100 10011

Color Harmonies of #00005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00005F

Black with #00005F

Text Example


Text Example

White with #00005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00005F; }

 p { color: rgb(0,0,95); }

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

background-color css

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

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

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

border-color css

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

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

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