#09223B

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

Shades of Tangaroa #09223B

Tints of Tangaroa #09223B

Color information

#09223B (or 0x09223B) is unknown color: approx Tangaroa. HEX triplet: 09, 22 and 3B. RGB value is (9,34,59). Sum of RGB (Red+Green+Blue) = 9+34+59=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 59 (23.44% from 255 or 57.84% from 102); Max value from RGB is 59 - color contains mainly: blue. Hex color #09223B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09223B is #F6DDC4. Grayscale: #1D1D1D. Windows color (decimal): -16178629 or 3875337. OLE color: 3875337.

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

Color convert

RGB93459-
CMYK0.850.4200.77
HSL210º73.53%13.33%-
HSV(B)210º84.75%23.14%-
XYZ1.471.524.35-
YUV29.37144.72113.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.82%
GREEN value IS 34 (13.67% from 255) = 33.33%
BLUE value IS 59 (23.44% from 255) = 57.84%
R=8.82%
G=33.33%
B=57.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal934590.850.4200.7721073.5313.33
Hex9223B552A04Dd24ad
Octal11427312552011532211215
Binary10011000101110111010101101010010011011101001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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