Html Css Color HEX #090038 Tolopea

📋 copy color: '#090038'

red 9 ◦ green 0 ◦ blue 56

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

Shades of Tolopea #090038

Tints of Tolopea #090038

RGB

 RED value IS 9 (3.91% from 255) = 13.85%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 56 (22.27% from 255) = 86.15%

R = 13.85%
G = 0%
B = 86.15%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#090038 (or 0x090038) is known color: Tolopea. HEX triplet: 09, 00 and 38. RGB value is (9,0,56). Sum of RGB (Red+Green+Blue) = 9+0+56=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 56 (22.27% from 255 or 86.15% from 65); Max value from RGB is 56 - color contains mainly: blue. Hex color #090038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090038 is #F6FFC7. Grayscale: #080808. Windows color (decimal): -16187336 or 3670025. OLE color: 3670025.

HSL color Cylindrical-coordinate representation of color #090038: hue angle of 249.64º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090038 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 0 56 -
CMYK 0.84 1 0 0.78
HSL 249.64º 1% 0.11% -
HSV(B) 249.64º 1% 0.22% -
XYZ 0.83 0.34 3.76 -
YUV 9.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 9 0 56 0.84 1 0 0.78 249.64 1 0.11
Hex 9 0 38 54 64 0 4E FA 64 B
Octal 11 0 70 124 144 0 116 372 144 13
Binary 1001 0 111000 1010100 1100100 0 1001110 11111010 1100100 1011

Color Harmonies of #090038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090038

Black with #090038

Text Example


Text Example

White with #090038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090038; }

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

 H1.HeaderClassName
 {
   color: #090038;
 }
 .AnyTagClassName
 {
   color: #090038;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #090038;
 }
 .BgClassName
 {
   background-color: #090038;
 }
</style>

border-color css

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

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

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