#09223D

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

Shades of Tangaroa #09223D

Tints of Tangaroa #09223D

Color information

#09223D (or 0x09223D) is unknown color: approx Tangaroa. HEX triplet: 09, 22 and 3D. RGB value is (9,34,61). Sum of RGB (Red+Green+Blue) = 9+34+61=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 61 (24.22% from 255 or 58.65% from 104); Max value from RGB is 61 - color contains mainly: blue. Hex color #09223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09223D is #F6DDC2. Grayscale: #1D1D1D. Windows color (decimal): -16178627 or 4006409. OLE color: 4006409.

HSL color Cylindrical-coordinate representation of color #09223D: hue angle of 211.15º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09223D is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB93461-
CMYK0.850.4400.76
HSL211.15º74.29%13.73%-
HSV(B)211.15º85.25%23.92%-
XYZ1.531.544.63-
YUV29.6145.72113.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 34 (13.67% from 255) = 32.69%
BLUE value IS 61 (24.22% from 255) = 58.65%
R=8.65%
G=32.69%
B=58.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal934610.850.4400.76211.1574.2913.73
Hex9223D552C04Cd34ae
Octal11427512554011432311216
Binary10011000101111011010101101100010011001101001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09223D; }

 p { color: rgb(9,34,61); }

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

<style>
 a { background-color: #09223D; }

 a { background-color: rgb(9,34,61); }

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

<style>
 span { border-color: #09223D; }

 span { border-color: rgb(9,34,61); }

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