#092938

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

Shades of Tangaroa #092938

Tints of Tangaroa #092938

Color information

#092938 (or 0x092938) is unknown color: approx Tangaroa. HEX triplet: 09, 29 and 38. RGB value is (9,41,56). Sum of RGB (Red+Green+Blue) = 9+41+56=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #092938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092938 is #F6D6C7. Grayscale: #212121. Windows color (decimal): -16176840 or 3680521. OLE color: 3680521.

HSL color Cylindrical-coordinate representation of color #092938: hue angle of 199.15º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #092938 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB94156-
CMYK0.840.2700.78
HSL199.15º72.31%12.75%-
HSV(B)199.15º83.93%21.96%-
XYZ1.621.934.03-
YUV33.14140.9110.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 41 (16.41% from 255) = 38.68%
BLUE value IS 56 (22.27% from 255) = 52.83%
R=8.49%
G=38.68%
B=52.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal941560.840.2700.78199.1572.3112.75
Hex92938541B04Ec748d
Octal11517012433011630711015
Binary1001101001111000101010011011010011101100011110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092938; }

 p { color: rgb(9,41,56); }

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

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

 a { background-color: rgb(9,41,56); }

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

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

 span { border-color: rgb(9,41,56); }

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