#092C41

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

Shades of Tangaroa #092C41

Tints of Tangaroa #092C41

Color information

#092C41 (or 0x092C41) is unknown color: approx Tangaroa. HEX triplet: 09, 2C and 41. RGB value is (9,44,65). Sum of RGB (Red+Green+Blue) = 9+44+65=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #092C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C41 is #F6D3BE. Grayscale: #232323. Windows color (decimal): -16176063 or 4271113. OLE color: 4271113.

HSL color Cylindrical-coordinate representation of color #092C41: hue angle of 202.5º 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 #092C41 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB94465-
CMYK0.860.3200.75
HSL202.5º75.68%14.51%-
HSV(B)202.5º86.15%25.49%-
XYZ1.972.245.33-
YUV35.93144.4108.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.63%
GREEN value IS 44 (17.58% from 255) = 37.29%
BLUE value IS 65 (25.78% from 255) = 55.08%
R=7.63%
G=37.29%
B=55.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal944650.860.3200.75202.575.6814.51
Hex92C41562004Bca4cf
Octal115410112640011331211417
Binary100110110010000011010110100000010010111100101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092C41; }

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

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

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

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

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

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

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

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