Html Css Color HEX #00045B Navy

📋 copy color: '#00045B'

red 0 ◦ green 4 ◦ blue 91

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

Shades of Navy #00045B

Tints of Navy #00045B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 95.79%

R = 0%
G = 4.21%
B = 95.79%

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

#00045B (or 0x00045B) is known color: Navy. HEX triplet: 00, 04 and 5B. RGB value is (0,4,91). Sum of RGB (Red+Green+Blue) = 0+4+91=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 91 (35.94% from 255 or 95.79% from 95); Max value from RGB is 91 - color contains mainly: blue. Hex color #00045B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00045B is #FFFBA4. Grayscale: #0C0C0C. Windows color (decimal): -16776101 or 5964800. OLE color: 5964800.

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

Color convert

RGB 0 4 91 -
CMYK 1 0.96 0 0.64
HSL 237.36º 1% 0.18% -
HSV(B) 237.36º 1% 0.36% -
XYZ 1.93 0.84 9.96 -
YUV 12.72 172.17 118.93 -
System Red Green Blue C M Y K H S L
Decimal 0 4 91 1 0.96 0 0.64 237.36 1 0.18
Hex 0 4 5B 64 60 0 40 ED 64 12
Octal 0 4 133 144 140 0 100 355 144 22
Binary 0 100 1011011 1100100 1100000 0 1000000 11101101 1100100 10010

Color Harmonies of #00045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00045B

Black with #00045B

Text Example


Text Example

White with #00045B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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