#00025F

Color #00025F Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #00025F

Tints of Navy #00025F

Color information

#00025F (or 0x00025F) is unknown color: approx Navy. HEX triplet: 00, 02 and 5F. RGB value is (0,2,95). Sum of RGB (Red+Green+Blue) = 0+2+95=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 95 (37.5% from 255 or 97.94% from 97); Max value from RGB is 95 - color contains mainly: blue. Hex color #00025F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00025F is #FFFDA0. Grayscale: #0B0B0B. Windows color (decimal): -16776609 or 6226432. OLE color: 6226432.

HSL color Cylindrical-coordinate representation of color #00025F: hue angle of 238.74º 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 #00025F is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB0295-
CMYK10.9800.63
HSL238.74º100%18.63%-
HSV(B)238.74º100%37.25%-
XYZ2.090.8710.88-
YUV12174.84119.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 2.06%
BLUE value IS 95 (37.5% from 255) = 97.94%
R=0%
G=2.06%
B=97.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal029510.9800.63238.7410018.63
Hex025F646203Fef6413
Octal0213714414207735714423
Binary010101111111001001100010011111111101111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00025F;
 }
 .AnyTagClassName
 {
   color: #00025F;
 }
</style>
background-color css

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

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

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

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

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

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