Html Css Color HEX #00025D Navy

📋 copy color: '#00025D'

red 0 ◦ green 2 ◦ blue 93

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

Shades of Navy #00025D

Tints of Navy #00025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.11%

 BLUE value IS 93 (36.72% from 255) = 97.89%

R = 0%
G = 2.11%
B = 97.89%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00025D (or 0x00025D) is known color: Navy. HEX triplet: 00, 02 and 5D. RGB value is (0,2,93). Sum of RGB (Red+Green+Blue) = 0+2+93=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 93 (36.72% from 255 or 97.89% from 95); Max value from RGB is 93 - color contains mainly: blue. Hex color #00025D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00025D is #FFFDA2. Grayscale: #0B0B0B. Windows color (decimal): -16776611 or 6095360. OLE color: 6095360.

HSL color Cylindrical-coordinate representation of color #00025D: hue angle of 238.71º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00025D is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 2 93 -
CMYK 1 0.98 0 0.64
HSL 238.71º 1% 0.18% -
HSV(B) 238.71º 1% 0.36% -
XYZ 2 0.83 10.41 -
YUV 11.78 173.84 119.6 -
System Red Green Blue C M Y K H S L
Decimal 0 2 93 1 0.98 0 0.64 238.71 1 0.18
Hex 0 2 5D 64 62 0 40 EF 64 12
Octal 0 2 135 144 142 0 100 357 144 22
Binary 0 10 1011101 1100100 1100010 0 1000000 11101111 1100100 10010

Color Harmonies of #00025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00025D

Black with #00025D

Text Example


Text Example

White with #00025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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