#04283B

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

Shades of Tangaroa #04283B

Tints of Tangaroa #04283B

Color information

#04283B (or 0x04283B) is unknown color: approx Tangaroa. HEX triplet: 04, 28 and 3B. RGB value is (4,40,59). Sum of RGB (Red+Green+Blue) = 4+40+59=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 59 (23.44% from 255 or 57.28% from 103); Max value from RGB is 59 - color contains mainly: blue. Hex color #04283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04283B is #FBD7C4. Grayscale: #1F1F1F. Windows color (decimal): -16504773 or 3876868. OLE color: 3876868.

HSL color Cylindrical-coordinate representation of color #04283B: hue angle of 200.73º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04283B is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB44059-
CMYK0.930.3200.77
HSL200.73º87.3%12.35%-
HSV(B)200.73º93.22%23.14%-
XYZ1.61.864.41-
YUV31.4143.57108.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.88%
GREEN value IS 40 (16.02% from 255) = 38.83%
BLUE value IS 59 (23.44% from 255) = 57.28%
R=3.88%
G=38.83%
B=57.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal440590.930.3200.77200.7387.312.35
Hex4283B5D2004Dc957c
Octal4507313540011531112714
Binary1001010001110111011101100000010011011100100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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