Html Css Color HEX #09003D Tolopea

📋 copy color: '#09003D'

red 9 ◦ green 0 ◦ blue 61

#09003D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tolopea #09003D

Tints of Tolopea #09003D

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 value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09003D (or 0x09003D) is known color: 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

RGB 9 0 61 -
CMYK 0.85 1 0 0.76
HSL 248.85º 1% 0.12% -
HSV(B) 248.85º 1% 0.24% -
XYZ 0.95 0.39 4.44 -
YUV 9.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 9 0 61 0.85 1 0 0.76 248.85 1 0.12
Hex 9 0 3D 55 64 0 4C F9 64 C
Octal 11 0 75 125 144 0 114 371 144 14
Binary 1001 0 111101 1010101 1100100 0 1001100 11111001 1100100 1100

Color Harmonies of #09003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09003D

Black with #09003D

Text Example


Text Example

White with #09003D

Text Example


Text Example

HTML Codes & Css Web 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>