#092038

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

Shades of Tangaroa #092038

Tints of Tangaroa #092038

Color information

#092038 (or 0x092038) is unknown color: approx Tangaroa. HEX triplet: 09, 20 and 38. RGB value is (9,32,56). Sum of RGB (Red+Green+Blue) = 9+32+56=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #092038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092038 is #F6DFC7. Grayscale: #1B1B1B. Windows color (decimal): -16179144 or 3678217. OLE color: 3678217.

HSL color Cylindrical-coordinate representation of color #092038: hue angle of 210.64º 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 #092038 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB93256-
CMYK0.840.4300.78
HSL210.64º72.31%12.75%-
HSV(B)210.64º83.93%21.96%-
XYZ1.341.383.94-
YUV27.86143.88114.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 32 (12.89% from 255) = 32.99%
BLUE value IS 56 (22.27% from 255) = 57.73%
R=9.28%
G=32.99%
B=57.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal932560.840.4300.78210.6472.3112.75
Hex92038542B04Ed348d
Octal11407012453011632311015
Binary10011000001110001010100101011010011101101001110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092038; }

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

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

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

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

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

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

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

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