#08284B

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

Shades of Tangaroa #08284B

Tints of Tangaroa #08284B

Color information

#08284B (or 0x08284B) is unknown color: approx Tangaroa. HEX triplet: 08, 28 and 4B. RGB value is (8,40,75). Sum of RGB (Red+Green+Blue) = 8+40+75=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #08284B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08284B is #F7D7B4. Grayscale: #222222. Windows color (decimal): -16242613 or 4925448. OLE color: 4925448.

HSL color Cylindrical-coordinate representation of color #08284B: hue angle of 211.34º 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 #08284B is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB84075-
CMYK0.890.4700.71
HSL211.34º80.72%16.27%-
HSV(B)211.34º89.33%29.41%-
XYZ2.132.086.95-
YUV34.42150.9109.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 75 (29.69% from 255) = 60.98%
R=6.50%
G=32.52%
B=60.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal840750.890.4700.71211.3480.7216.27
Hex8284B592F047d35110
Octal105011313157010732312120
Binary1000101000100101110110011011110100011111010011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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