#09203F

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

Shades of Tangaroa #09203F

Tints of Tangaroa #09203F

Color information

#09203F (or 0x09203F) is unknown color: approx Tangaroa. HEX triplet: 09, 20 and 3F. RGB value is (9,32,63). Sum of RGB (Red+Green+Blue) = 9+32+63=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 63 (25% from 255 or 60.58% from 104); Max value from RGB is 63 - color contains mainly: blue. Hex color #09203F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09203F is #F6DFC0. Grayscale: #1C1C1C. Windows color (decimal): -16179137 or 4136969. OLE color: 4136969.

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

Color convert

RGB93263-
CMYK0.860.4900.75
HSL214.44º75%14.12%-
HSV(B)214.44º85.71%24.71%-
XYZ1.531.454.9-
YUV28.66147.38113.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 32 (12.89% from 255) = 30.77%
BLUE value IS 63 (25% from 255) = 60.58%
R=8.65%
G=30.77%
B=60.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal932630.860.4900.75214.447514.12
Hex9203F563104Bd64be
Octal11407712661011332611316
Binary10011000001111111010110110001010010111101011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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