#09283F

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

Shades of Tangaroa #09283F

Tints of Tangaroa #09283F

Color information

#09283F (or 0x09283F) is unknown color: approx Tangaroa. HEX triplet: 09, 28 and 3F. RGB value is (9,40,63). Sum of RGB (Red+Green+Blue) = 9+40+63=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #09283F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09283F is #F6D7C0. Grayscale: #212121. Windows color (decimal): -16177089 or 4139017. OLE color: 4139017.

HSL color Cylindrical-coordinate representation of color #09283F: hue angle of 205.56º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09283F is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB94063-
CMYK0.860.3700.75
HSL205.56º75%14.12%-
HSV(B)205.56º85.71%24.71%-
XYZ1.771.934.98-
YUV33.35144.73110.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.04%
GREEN value IS 40 (16.02% from 255) = 35.71%
BLUE value IS 63 (25% from 255) = 56.25%
R=8.04%
G=35.71%
B=56.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal940630.860.3700.75205.567514.12
Hex9283F562504Bce4be
Octal11507712645011331611316
Binary10011010001111111010110100101010010111100111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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