#000384

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

Shades of Navy #000384

Tints of Navy #000384

Color information

#000384 (or 0x000384) is unknown color: approx Navy. HEX triplet: 00, 03 and 84. RGB value is (0,3,132). Sum of RGB (Red+Green+Blue) = 0+3+132=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 132 (51.95% from 255 or 97.78% from 135); Max value from RGB is 132 - color contains mainly: blue. Hex color #000384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000384 is #FFFC7B. Grayscale: #101010. Windows color (decimal): -16776316 or 8651520. OLE color: 8651520.

HSL color Cylindrical-coordinate representation of color #000384: hue angle of 238.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000384 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB03132-
CMYK10.9800.48
HSL238.64º100%25.88%-
HSV(B)238.64º100%51.76%-
XYZ4.21.7321.94-
YUV16.81193.01116.01-

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.22%
BLUE value IS 132 (51.95% from 255) = 97.78%
R=0%
G=2.22%
B=97.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal0313210.9800.48238.6410025.88
Hex03846462030ef641a
Octal0320414414206035714432
Binary0111000010011001001100010011000011101111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000384; }

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

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

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

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

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

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

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

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