#092A3F

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

Shades of Tangaroa #092A3F

Tints of Tangaroa #092A3F

Color information

#092A3F (or 0x092A3F) is unknown color: approx Tangaroa. HEX triplet: 09, 2A and 3F. RGB value is (9,42,63). Sum of RGB (Red+Green+Blue) = 9+42+63=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #092A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A3F is #F6D5C0. Grayscale: #222222. Windows color (decimal): -16176577 or 4139529. OLE color: 4139529.

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

Color convert

RGB94263-
CMYK0.860.3300.75
HSL203.33º75%14.12%-
HSV(B)203.33º85.71%24.71%-
XYZ1.842.075.01-
YUV34.53144.07109.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 42 (16.80% from 255) = 36.84%
BLUE value IS 63 (25% from 255) = 55.26%
R=7.89%
G=36.84%
B=55.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal942630.860.3300.75203.337514.12
Hex92A3F562104Bcb4be
Octal11527712641011331311316
Binary10011010101111111010110100001010010111100101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,42,63); }

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

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

 a { background-color: rgb(9,42,63); }

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

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

 span { border-color: rgb(9,42,63); }

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