#09273F

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

Shades of Tangaroa #09273F

Tints of Tangaroa #09273F

Color information

#09273F (or 0x09273F) is unknown color: approx Tangaroa. HEX triplet: 09, 27 and 3F. RGB value is (9,39,63). Sum of RGB (Red+Green+Blue) = 9+39+63=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #09273F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09273F is #F6D8C0. Grayscale: #202020. Windows color (decimal): -16177345 or 4138761. OLE color: 4138761.

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

Color convert

RGB93963-
CMYK0.860.3800.75
HSL206.67º75%14.12%-
HSV(B)206.67º85.71%24.71%-
XYZ1.741.874.97-
YUV32.77145.06111.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 39 (15.62% from 255) = 35.14%
BLUE value IS 63 (25% from 255) = 56.76%
R=8.11%
G=35.14%
B=56.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal939630.860.3800.75206.677514.12
Hex9273F562604Bcf4be
Octal11477712646011331711316
Binary10011001111111111010110100110010010111100111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09273F; }

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

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

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

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

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

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

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

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