#04283F

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

Shades of Tangaroa #04283F

Tints of Tangaroa #04283F

Color information

#04283F (or 0x04283F) is unknown color: approx Tangaroa. HEX triplet: 04, 28 and 3F. RGB value is (4,40,63). Sum of RGB (Red+Green+Blue) = 4+40+63=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 63 (25% from 255 or 58.88% from 107); Max value from RGB is 63 - color contains mainly: blue. Hex color #04283F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04283F is #FBD7C0. Grayscale: #1F1F1F. Windows color (decimal): -16504769 or 4139012. OLE color: 4139012.

HSL color Cylindrical-coordinate representation of color #04283F: hue angle of 203.39º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04283F is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB44063-
CMYK0.940.3700.75
HSL203.39º88.06%13.14%-
HSV(B)203.39º93.65%24.71%-
XYZ1.711.94.98-
YUV31.86145.57108.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.74%
GREEN value IS 40 (16.02% from 255) = 37.38%
BLUE value IS 63 (25% from 255) = 58.88%
R=3.74%
G=37.38%
B=58.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal440630.940.3700.75203.3988.0613.14
Hex4283F5E2504Bcb58d
Octal4507713645011331313015
Binary1001010001111111011110100101010010111100101110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04283F; }

 p { color: rgb(4,40,63); }

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

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

 a { background-color: rgb(4,40,63); }

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

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

 span { border-color: rgb(4,40,63); }

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