#092C3F

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

Shades of Tangaroa #092C3F

Tints of Tangaroa #092C3F

Color information

#092C3F (or 0x092C3F) is unknown color: approx Tangaroa. HEX triplet: 09, 2C and 3F. RGB value is (9,44,63). Sum of RGB (Red+Green+Blue) = 9+44+63=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 63 (25% from 255 or 54.31% from 116); Max value from RGB is 63 - color contains mainly: blue. Hex color #092C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C3F is #F6D3C0. Grayscale: #232323. Windows color (decimal): -16176065 or 4140041. OLE color: 4140041.

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

Color convert

RGB94463-
CMYK0.860.3000.75
HSL201.11º75%14.12%-
HSV(B)201.11º85.71%24.71%-
XYZ1.912.225.03-
YUV35.7143.4108.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.76%
GREEN value IS 44 (17.58% from 255) = 37.93%
BLUE value IS 63 (25% from 255) = 54.31%
R=7.76%
G=37.93%
B=54.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal944630.860.3000.75201.117514.12
Hex92C3F561E04Bc94be
Octal11547712636011331111316
Binary1001101100111111101011011110010010111100100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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