#0B013A

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

Shades of Tolopea #0B013A

Tints of Tolopea #0B013A

Color information

#0B013A (or 0x0B013A) is unknown color: approx Tolopea. HEX triplet: 0B, 01 and 3A. RGB value is (11,1,58). Sum of RGB (Red+Green+Blue) = 11+1+58=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 58 (23.05% from 255 or 82.86% from 70); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B013A is #F4FEC5. Grayscale: #0A0A0A. Windows color (decimal): -16056006 or 3801355. OLE color: 3801355.

HSL color Cylindrical-coordinate representation of color #0B013A: hue angle of 250.53º 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 #0B013A is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB11158-
CMYK0.810.9800.77
HSL250.53º96.61%11.57%-
HSV(B)250.53º98.28%22.75%-
XYZ0.910.44.03-
YUV10.49154.81128.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.71%
GREEN value IS 1 (0.78% from 255) = 1.43%
BLUE value IS 58 (23.05% from 255) = 82.86%
R=15.71%
G=1.43%
B=82.86%

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
Decimal111580.810.9800.77250.5396.6111.57
HexB13A516204Dfb61c
Octal13172121142011537314114
Binary1011111101010100011100010010011011111101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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