#092247

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

Shades of Tangaroa #092247

Tints of Tangaroa #092247

Color information

#092247 (or 0x092247) is unknown color: approx Tangaroa. HEX triplet: 09, 22 and 47. RGB value is (9,34,71). Sum of RGB (Red+Green+Blue) = 9+34+71=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 71 (28.12% from 255 or 62.28% from 114); Max value from RGB is 71 - color contains mainly: blue. Hex color #092247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092247 is #F6DDB8. Grayscale: #1E1E1E. Windows color (decimal): -16178617 or 4661769. OLE color: 4661769.

HSL color Cylindrical-coordinate representation of color #092247: hue angle of 215.81º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #092247 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB93471-
CMYK0.870.5200.72
HSL215.81º77.5%15.69%-
HSV(B)215.81º87.32%27.84%-
XYZ1.821.666.19-
YUV30.74150.72112.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 34 (13.67% from 255) = 29.82%
BLUE value IS 71 (28.12% from 255) = 62.28%
R=7.89%
G=29.82%
B=62.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal934710.870.5200.72215.8177.515.69
Hex922475734048d84e10
Octal114210712764011033011620
Binary1001100010100011110101111101000100100011011000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092247; }

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

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

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

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

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

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

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

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