#08273B

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

Shades of Tangaroa #08273B

Tints of Tangaroa #08273B

Color information

#08273B (or 0x08273B) is unknown color: approx Tangaroa. HEX triplet: 08, 27 and 3B. RGB value is (8,39,59). Sum of RGB (Red+Green+Blue) = 8+39+59=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 59 (23.44% from 255 or 55.66% from 106); Max value from RGB is 59 - color contains mainly: blue. Hex color #08273B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08273B is #F7D8C4. Grayscale: #1F1F1F. Windows color (decimal): -16242885 or 3876616. OLE color: 3876616.

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

Color convert

RGB83959-
CMYK0.860.3400.77
HSL203.53º76.12%13.14%-
HSV(B)203.53º86.44%23.14%-
XYZ1.621.824.4-
YUV32.01143.23110.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.55%
GREEN value IS 39 (15.62% from 255) = 36.79%
BLUE value IS 59 (23.44% from 255) = 55.66%
R=7.55%
G=36.79%
B=55.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal839590.860.3400.77203.5376.1213.14
Hex8273B562204Dcc4cd
Octal10477312642011531411415
Binary10001001111110111010110100010010011011100110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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