Html Css Color HEX #00045D Navy

📋 copy color: '#00045D'

red 0 ◦ green 4 ◦ blue 93

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

Shades of Navy #00045D

Tints of Navy #00045D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.12%

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

R = 0%
G = 4.12%
B = 95.88%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00045D (or 0x00045D) is known color: Navy. HEX triplet: 00, 04 and 5D. RGB value is (0,4,93). Sum of RGB (Red+Green+Blue) = 0+4+93=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 93 (36.72% from 255 or 95.88% from 97); Max value from RGB is 93 - color contains mainly: blue. Hex color #00045D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00045D is #FFFBA2. Grayscale: #0C0C0C. Windows color (decimal): -16776099 or 6095872. OLE color: 6095872.

HSL color Cylindrical-coordinate representation of color #00045D: hue angle of 237.42º 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 #00045D is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 4 93 -
CMYK 1 0.96 0 0.64
HSL 237.42º 1% 0.18% -
HSV(B) 237.42º 1% 0.36% -
XYZ 2.02 0.88 10.42 -
YUV 12.95 173.17 118.76 -
System Red Green Blue C M Y K H S L
Decimal 0 4 93 1 0.96 0 0.64 237.42 1 0.18
Hex 0 4 5D 64 60 0 40 ED 64 12
Octal 0 4 135 144 140 0 100 355 144 22
Binary 0 100 1011101 1100100 1100000 0 1000000 11101101 1100100 10010

Color Harmonies of #00045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00045D

Black with #00045D

Text Example


Text Example

White with #00045D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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