#000375

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

Shades of Navy #000375

Tints of Navy #000375

Color information

#000375 (or 0x000375) is unknown color: approx Navy. HEX triplet: 00, 03 and 75. RGB value is (0,3,117). Sum of RGB (Red+Green+Blue) = 0+3+117=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 117 (46.09% from 255 or 97.5% from 120); Max value from RGB is 117 - color contains mainly: blue. Hex color #000375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000375 is #FFFC8A. Grayscale: #0E0E0E. Windows color (decimal): -16776331 or 7668480. OLE color: 7668480.

HSL color Cylindrical-coordinate representation of color #000375: hue angle of 238.46º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000375 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB03117-
CMYK10.9700.54
HSL238.46º100%22.94%-
HSV(B)238.46º100%45.88%-
XYZ3.241.3516.92-
YUV15.1185.51117.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 3 (1.56% from 255) = 2.5%
BLUE value IS 117 (46.09% from 255) = 97.5%
R=0%
G=2.5%
B=97.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal0311710.9700.54238.4610022.94
Hex03756461036ee6417
Octal0316514414106635614427
Binary011111010111001001100001011011011101110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000375; }

 p { color: rgb(0,3,117); }

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

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

 a { background-color: rgb(0,3,117); }

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

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

 span { border-color: rgb(0,3,117); }

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