#00147D

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

Shades of Navy #00147D

Tints of Navy #00147D

Color information

#00147D (or 0x00147D) is unknown color: approx Navy. HEX triplet: 00, 14 and 7D. RGB value is (0,20,125). Sum of RGB (Red+Green+Blue) = 0+20+125=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 125 (49.22% from 255 or 86.21% from 145); Max value from RGB is 125 - color contains mainly: blue. Hex color #00147D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00147D is #FFEB82. Grayscale: #191919. Windows color (decimal): -16771971 or 8197120. OLE color: 8197120.

HSL color Cylindrical-coordinate representation of color #00147D: hue angle of 230.4º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00147D is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB020125-
CMYK10.8400.51
HSL230.4º100%24.51%-
HSV(B)230.4º100%49.02%-
XYZ3.951.9819.58-
YUV25.99183.87109.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 13.79%
BLUE value IS 125 (49.22% from 255) = 86.21%
R=0%
G=13.79%
B=86.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal02012510.8400.51230.410024.51
Hex0147D6454033e66419
Octal02417514412406334614431
Binary010100111110111001001010100011001111100110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00147D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,20,125); }

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

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

 a { background-color: rgb(0,20,125); }

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

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

 span { border-color: rgb(0,20,125); }

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