Html Css Color HEX #00045C Navy

📋 copy color: '#00045C'

red 0 ◦ green 4 ◦ blue 92

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

Shades of Navy #00045C

Tints of Navy #00045C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 95.83%

R = 0%
G = 4.17%
B = 95.83%

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

#00045C (or 0x00045C) is known color: Navy. HEX triplet: 00, 04 and 5C. RGB value is (0,4,92). Sum of RGB (Red+Green+Blue) = 0+4+92=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 92 (36.33% from 255 or 95.83% from 96); Max value from RGB is 92 - color contains mainly: blue. Hex color #00045C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00045C is #FFFBA3. Grayscale: #0C0C0C. Windows color (decimal): -16776100 or 6030336. OLE color: 6030336.

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

Color convert

RGB 0 4 92 -
CMYK 1 0.96 0 0.64
HSL 237.39º 1% 0.18% -
HSV(B) 237.39º 1% 0.36% -
XYZ 1.98 0.86 10.19 -
YUV 12.84 172.67 118.84 -
System Red Green Blue C M Y K H S L
Decimal 0 4 92 1 0.96 0 0.64 237.39 1 0.18
Hex 0 4 5C 64 60 0 40 ED 64 12
Octal 0 4 134 144 140 0 100 355 144 22
Binary 0 100 1011100 1100100 1100000 0 1000000 11101101 1100100 10010

Color Harmonies of #00045C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00045C

Black with #00045C

Text Example


Text Example

White with #00045C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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