#04263F

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

Shades of Tangaroa #04263F

Tints of Tangaroa #04263F

Color information

#04263F (or 0x04263F) is unknown color: approx Tangaroa. HEX triplet: 04, 26 and 3F. RGB value is (4,38,63). Sum of RGB (Red+Green+Blue) = 4+38+63=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 63 (25% from 255 or 60% from 105); Max value from RGB is 63 - color contains mainly: blue. Hex color #04263F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04263F is #FBD9C0. Grayscale: #1E1E1E. Windows color (decimal): -16505281 or 4138500. OLE color: 4138500.

HSL color Cylindrical-coordinate representation of color #04263F: hue angle of 205.42º 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 #04263F is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB43863-
CMYK0.940.4000.75
HSL205.42º88.06%13.14%-
HSV(B)205.42º93.65%24.71%-
XYZ1.641.774.96-
YUV30.68146.24108.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.81%
GREEN value IS 38 (15.23% from 255) = 36.19%
BLUE value IS 63 (25% from 255) = 60%
R=3.81%
G=36.19%
B=60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal438630.940.4000.75205.4288.0613.14
Hex4263F5E2804Bcd58d
Octal4467713650011331513015
Binary1001001101111111011110101000010010111100110110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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