#09003D

Color #09003D Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #09003D

Tints of Tolopea #09003D

Color information

#09003D (or 0x09003D) is unknown color: approx Tolopea. HEX triplet: 09, 00 and 3D. RGB value is (9,0,61). Sum of RGB (Red+Green+Blue) = 9+0+61=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 61 (24.22% from 255 or 87.14% from 70); Max value from RGB is 61 - color contains mainly: blue. Hex color #09003D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09003D is #F6FFC2. Grayscale: #090909. Windows color (decimal): -16187331 or 3997705. OLE color: 3997705.

HSL color Cylindrical-coordinate representation of color #09003D: hue angle of 248.85º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09003D is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB9061-
CMYK0.85100.76
HSL248.85º100%11.96%-
HSV(B)248.85º100%23.92%-
XYZ0.950.394.44-
YUV9.64156.98127.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 87.14%
R=12.86%
G=0%
B=87.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal90610.85100.76248.8510011.96
Hex903D556404Cf964c
Octal11075125144011437114414
Binary1001011110110101011100100010011001111100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09003D; }

 p { color: rgb(9,0,61); }

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

<style>
 a { background-color: #09003D; }

 a { background-color: rgb(9,0,61); }

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

<style>
 span { border-color: #09003D; }

 span { border-color: rgb(9,0,61); }

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