#08223B

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

Shades of Tangaroa #08223B

Tints of Tangaroa #08223B

Color information

#08223B (or 0x08223B) is unknown color: approx Tangaroa. HEX triplet: 08, 22 and 3B. RGB value is (8,34,59). Sum of RGB (Red+Green+Blue) = 8+34+59=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 59 (23.44% from 255 or 58.42% from 101); Max value from RGB is 59 - color contains mainly: blue. Hex color #08223B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08223B is #F7DDC4. Grayscale: #1C1C1C. Windows color (decimal): -16244165 or 3875336. OLE color: 3875336.

HSL color Cylindrical-coordinate representation of color #08223B: hue angle of 209.41º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08223B is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB83459-
CMYK0.860.4200.77
HSL209.41º76.12%13.14%-
HSV(B)209.41º86.44%23.14%-
XYZ1.461.514.35-
YUV29.08144.89112.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.92%
GREEN value IS 34 (13.67% from 255) = 33.66%
BLUE value IS 59 (23.44% from 255) = 58.42%
R=7.92%
G=33.66%
B=58.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal834590.860.4200.77209.4176.1213.14
Hex8223B562A04Dd14cd
Octal10427312652011532111415
Binary10001000101110111010110101010010011011101000110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,34,59); }

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

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

 a { background-color: rgb(8,34,59); }

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

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

 span { border-color: rgb(8,34,59); }

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