#09283B

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

Shades of Tangaroa #09283B

Tints of Tangaroa #09283B

Color information

#09283B (or 0x09283B) is unknown color: approx Tangaroa. HEX triplet: 09, 28 and 3B. RGB value is (9,40,59). Sum of RGB (Red+Green+Blue) = 9+40+59=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 59 (23.44% from 255 or 54.63% from 108); Max value from RGB is 59 - color contains mainly: blue. Hex color #09283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09283B is #F6D7C4. Grayscale: #202020. Windows color (decimal): -16177093 or 3876873. OLE color: 3876873.

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

Color convert

RGB94059-
CMYK0.850.3200.77
HSL202.8º73.53%13.33%-
HSV(B)202.8º84.75%23.14%-
XYZ1.661.894.42-
YUV32.9142.73110.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 40 (16.02% from 255) = 37.04%
BLUE value IS 59 (23.44% from 255) = 54.63%
R=8.33%
G=37.04%
B=54.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal940590.850.3200.77202.873.5313.33
Hex9283B552004Dcb4ad
Octal11507312540011531311215
Binary10011010001110111010101100000010011011100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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