#0B003A

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

Shades of Tolopea #0B003A

Tints of Tolopea #0B003A

Color information

#0B003A (or 0x0B003A) is unknown color: approx Tolopea. HEX triplet: 0B, 00 and 3A. RGB value is (11,0,58). Sum of RGB (Red+Green+Blue) = 11+0+58=69 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.94% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 58 (23.05% from 255 or 84.06% from 69); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B003A is #F4FFC5. Grayscale: #090909. Windows color (decimal): -16056262 or 3801099. OLE color: 3801099.

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

Color convert

RGB11058-
CMYK0.81100.77
HSL251.38º100%11.37%-
HSV(B)251.38º100%22.75%-
XYZ0.90.384.03-
YUV9.9155.14128.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 84.06%
R=15.94%
G=0%
B=84.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal110580.81100.77251.3810011.37
HexB03A516404Dfb64b
Octal13072121144011537314413
Binary1011011101010100011100100010011011111101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B003A; }

 p { color: rgb(11,0,58); }

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

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

 a { background-color: rgb(11,0,58); }

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

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

 span { border-color: rgb(11,0,58); }

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