#0B013B

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

Shades of Tolopea #0B013B

Tints of Tolopea #0B013B

Color information

#0B013B (or 0x0B013B) is unknown color: approx Tolopea. HEX triplet: 0B, 01 and 3B. RGB value is (11,1,59). Sum of RGB (Red+Green+Blue) = 11+1+59=71 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.49% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 59 (23.44% from 255 or 83.10% from 71); Max value from RGB is 59 - color contains mainly: blue. Hex color #0B013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B013B is #F4FEC4. Grayscale: #0A0A0A. Windows color (decimal): -16056005 or 3866891. OLE color: 3866891.

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

Color convert

RGB11159-
CMYK0.810.9800.77
HSL250.34º96.67%11.76%-
HSV(B)250.34º98.31%23.14%-
XYZ0.940.414.17-
YUV10.6155.31128.28-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.49%
GREEN value IS 1 (0.78% from 255) = 1.41%
BLUE value IS 59 (23.44% from 255) = 83.10%
R=15.49%
G=1.41%
B=83.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal111590.810.9800.77250.3496.6711.76
HexB13B516204Dfa61c
Octal13173121142011537214114
Binary1011111101110100011100010010011011111101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,1,59); }

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

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

 a { background-color: rgb(11,1,59); }

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

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

 span { border-color: rgb(11,1,59); }

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