#09223F

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

Shades of Tangaroa #09223F

Tints of Tangaroa #09223F

Color information

#09223F (or 0x09223F) is unknown color: approx Tangaroa. HEX triplet: 09, 22 and 3F. RGB value is (9,34,63). Sum of RGB (Red+Green+Blue) = 9+34+63=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 63 (25% from 255 or 59.43% from 106); Max value from RGB is 63 - color contains mainly: blue. Hex color #09223F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09223F is #F6DDC0. Grayscale: #1D1D1D. Windows color (decimal): -16178625 or 4137481. OLE color: 4137481.

HSL color Cylindrical-coordinate representation of color #09223F: hue angle of 212.22º 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 #09223F is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB93463-
CMYK0.860.4600.75
HSL212.22º75%14.12%-
HSV(B)212.22º85.71%24.71%-
XYZ1.581.564.92-
YUV29.83146.72113.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 63 (25% from 255) = 59.43%
R=8.49%
G=32.08%
B=59.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal934630.860.4600.75212.227514.12
Hex9223F562E04Bd44be
Octal11427712656011332411316
Binary10011000101111111010110101110010010111101010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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