#08294B

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

Shades of Tangaroa #08294B

Tints of Tangaroa #08294B

Color information

#08294B (or 0x08294B) is unknown color: approx Tangaroa. HEX triplet: 08, 29 and 4B. RGB value is (8,41,75). Sum of RGB (Red+Green+Blue) = 8+41+75=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #08294B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08294B is #F7D6B4. Grayscale: #222222. Windows color (decimal): -16242357 or 4925704. OLE color: 4925704.

HSL color Cylindrical-coordinate representation of color #08294B: hue angle of 210.45º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08294B is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB84175-
CMYK0.890.4500.71
HSL210.45º80.72%16.27%-
HSV(B)210.45º89.33%29.41%-
XYZ2.162.156.96-
YUV35.01150.57108.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.45%
GREEN value IS 41 (16.41% from 255) = 33.06%
BLUE value IS 75 (29.69% from 255) = 60.48%
R=6.45%
G=33.06%
B=60.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal841750.890.4500.71210.4580.7216.27
Hex8294B592D047d25110
Octal105111313155010732212120
Binary1000101001100101110110011011010100011111010010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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