#092141

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

Shades of Tangaroa #092141

Tints of Tangaroa #092141

Color information

#092141 (or 0x092141) is unknown color: approx Tangaroa. HEX triplet: 09, 21 and 41. RGB value is (9,33,65). Sum of RGB (Red+Green+Blue) = 9+33+65=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #092141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092141 is #F6DEBE. Grayscale: #1D1D1D. Windows color (decimal): -16178879 or 4268297. OLE color: 4268297.

HSL color Cylindrical-coordinate representation of color #092141: hue angle of 214.29º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #092141 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB93365-
CMYK0.860.4900.75
HSL214.29º75.68%14.51%-
HSV(B)214.29º86.15%25.49%-
XYZ1.611.535.21-
YUV29.47148.05113.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.41%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 65 (25.78% from 255) = 60.75%
R=8.41%
G=30.84%
B=60.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal933650.860.4900.75214.2975.6814.51
Hex92141563104Bd64cf
Octal114110112661011332611417
Binary100110000110000011010110110001010010111101011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092141; }

 p { color: rgb(9,33,65); }

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

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

 a { background-color: rgb(9,33,65); }

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

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

 span { border-color: rgb(9,33,65); }

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