#04263C

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

Shades of Tangaroa #04263C

Tints of Tangaroa #04263C

Color information

#04263C (or 0x04263C) is unknown color: approx Tangaroa. HEX triplet: 04, 26 and 3C. RGB value is (4,38,60). Sum of RGB (Red+Green+Blue) = 4+38+60=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 38 (15.23% from 255 or 37.25% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #04263C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04263C is #FBD9C3. Grayscale: #1E1E1E. Windows color (decimal): -16505284 or 3941892. OLE color: 3941892.

HSL color Cylindrical-coordinate representation of color #04263C: hue angle of 203.57º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04263C is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB43860-
CMYK0.930.3700.76
HSL203.57º87.5%12.55%-
HSV(B)203.57º93.33%23.53%-
XYZ1.561.744.53-
YUV30.34144.74109.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.92%
GREEN value IS 38 (15.23% from 255) = 37.25%
BLUE value IS 60 (23.83% from 255) = 58.82%
R=3.92%
G=37.25%
B=58.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal438600.930.3700.76203.5787.512.55
Hex4263C5D2504Ccc58d
Octal4467413545011431413015
Binary1001001101111001011101100101010011001100110010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04263C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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