#09243F

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

Shades of Tangaroa #09243F

Tints of Tangaroa #09243F

Color information

#09243F (or 0x09243F) is unknown color: approx Tangaroa. HEX triplet: 09, 24 and 3F. RGB value is (9,36,63). Sum of RGB (Red+Green+Blue) = 9+36+63=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 63 (25% from 255 or 58.33% from 108); Max value from RGB is 63 - color contains mainly: blue. Hex color #09243F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09243F is #F6DBC0. Grayscale: #1E1E1E. Windows color (decimal): -16178113 or 4137993. OLE color: 4137993.

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

Color convert

RGB93663-
CMYK0.860.4300.75
HSL210º75%14.12%-
HSV(B)210º85.71%24.71%-
XYZ1.641.684.94-
YUV31146.05112.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 63 (25% from 255) = 58.33%
R=8.33%
G=33.33%
B=58.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal936630.860.4300.752107514.12
Hex9243F562B04Bd24be
Octal11447712653011332211316
Binary10011001001111111010110101011010010111101001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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