#08243A

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

Shades of Tangaroa #08243A

Tints of Tangaroa #08243A

Color information

#08243A (or 0x08243A) is unknown color: approx Tangaroa. HEX triplet: 08, 24 and 3A. RGB value is (8,36,58). Sum of RGB (Red+Green+Blue) = 8+36+58=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 58 (23.05% from 255 or 56.86% from 102); Max value from RGB is 58 - color contains mainly: blue. Hex color #08243A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08243A is #F7DBC5. Grayscale: #1E1E1E. Windows color (decimal): -16243654 or 3810312. OLE color: 3810312.

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

Color convert

RGB83658-
CMYK0.860.3800.77
HSL206.4º75.76%12.94%-
HSV(B)206.4º86.21%22.75%-
XYZ1.491.624.24-
YUV30.14143.72112.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.84%
GREEN value IS 36 (14.45% from 255) = 35.29%
BLUE value IS 58 (23.05% from 255) = 56.86%
R=7.84%
G=35.29%
B=56.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal836580.860.3800.77206.475.7612.94
Hex8243A562604Dce4cd
Octal10447212646011531611415
Binary10001001001110101010110100110010011011100111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08243A; }

 p { color: rgb(8,36,58); }

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

<style>
 a { background-color: #08243A; }

 a { background-color: rgb(8,36,58); }

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

<style>
 span { border-color: #08243A; }

 span { border-color: rgb(8,36,58); }

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