#08283B

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

Shades of Tangaroa #08283B

Tints of Tangaroa #08283B

Color information

#08283B (or 0x08283B) is unknown color: approx Tangaroa. HEX triplet: 08, 28 and 3B. RGB value is (8,40,59). Sum of RGB (Red+Green+Blue) = 8+40+59=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 59 (23.44% from 255 or 55.14% from 107); Max value from RGB is 59 - color contains mainly: blue. Hex color #08283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08283B is #F7D7C4. Grayscale: #202020. Windows color (decimal): -16242629 or 3876872. OLE color: 3876872.

HSL color Cylindrical-coordinate representation of color #08283B: hue angle of 202.35º 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 #08283B is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB84059-
CMYK0.860.3200.77
HSL202.35º76.12%13.14%-
HSV(B)202.35º86.44%23.14%-
XYZ1.651.884.41-
YUV32.6142.9110.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.48%
GREEN value IS 40 (16.02% from 255) = 37.38%
BLUE value IS 59 (23.44% from 255) = 55.14%
R=7.48%
G=37.38%
B=55.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal840590.860.3200.77202.3576.1213.14
Hex8283B562004Dca4cd
Octal10507312640011531211415
Binary10001010001110111010110100000010011011100101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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