#092438

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

Shades of Tangaroa #092438

Tints of Tangaroa #092438

Color information

#092438 (or 0x092438) is unknown color: approx Tangaroa. HEX triplet: 09, 24 and 38. RGB value is (9,36,56). Sum of RGB (Red+Green+Blue) = 9+36+56=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 56 (22.27% from 255 or 55.45% from 101); Max value from RGB is 56 - color contains mainly: blue. Hex color #092438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092438 is #F6DBC7. Grayscale: #1E1E1E. Windows color (decimal): -16178120 or 3679241. OLE color: 3679241.

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

Color convert

RGB93656-
CMYK0.840.3600.78
HSL205.53º72.31%12.75%-
HSV(B)205.53º83.93%21.96%-
XYZ1.461.613.97-
YUV30.21142.55112.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.91%
GREEN value IS 36 (14.45% from 255) = 35.64%
BLUE value IS 56 (22.27% from 255) = 55.45%
R=8.91%
G=35.64%
B=55.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal936560.840.3600.78205.5372.3112.75
Hex92438542404Ece48d
Octal11447012444011631611015
Binary10011001001110001010100100100010011101100111010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092438; }

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

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

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

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

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

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

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

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