#04243F

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

Shades of Tangaroa #04243F

Tints of Tangaroa #04243F

Color information

#04243F (or 0x04243F) is unknown color: approx Tangaroa. HEX triplet: 04, 24 and 3F. RGB value is (4,36,63). Sum of RGB (Red+Green+Blue) = 4+36+63=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 63 (25% from 255 or 61.17% from 103); Max value from RGB is 63 - color contains mainly: blue. Hex color #04243F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04243F is #FBDBC0. Grayscale: #1D1D1D. Windows color (decimal): -16505793 or 4137988. OLE color: 4137988.

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

Color convert

RGB43663-
CMYK0.940.4300.75
HSL207.46º88.06%13.14%-
HSV(B)207.46º93.65%24.71%-
XYZ1.581.654.94-
YUV29.51146.9109.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.88%
GREEN value IS 36 (14.45% from 255) = 34.95%
BLUE value IS 63 (25% from 255) = 61.17%
R=3.88%
G=34.95%
B=61.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal436630.940.4300.75207.4688.0613.14
Hex4243F5E2B04Bcf58d
Octal4447713653011331713015
Binary1001001001111111011110101011010010111100111110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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