#08293D

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

Shades of Tangaroa #08293D

Tints of Tangaroa #08293D

Color information

#08293D (or 0x08293D) is unknown color: approx Tangaroa. HEX triplet: 08, 29 and 3D. RGB value is (8,41,61). Sum of RGB (Red+Green+Blue) = 8+41+61=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #08293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08293D is #F7D6C2. Grayscale: #212121. Windows color (decimal): -16242371 or 4008200. OLE color: 4008200.

HSL color Cylindrical-coordinate representation of color #08293D: hue angle of 202.64º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08293D is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB84161-
CMYK0.870.3300.76
HSL202.64º76.81%13.53%-
HSV(B)202.64º86.89%23.92%-
XYZ1.741.974.7-
YUV33.41143.57109.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.27%
GREEN value IS 41 (16.41% from 255) = 37.27%
BLUE value IS 61 (24.22% from 255) = 55.45%
R=7.27%
G=37.27%
B=55.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal841610.870.3300.76202.6476.8113.53
Hex8293D572104Ccb4de
Octal10517512741011431311516
Binary10001010011111011010111100001010011001100101110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08293D; }

 p { color: rgb(8,41,61); }

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

<style>
 a { background-color: #08293D; }

 a { background-color: rgb(8,41,61); }

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

<style>
 span { border-color: #08293D; }

 span { border-color: rgb(8,41,61); }

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