#0B0137

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

Shades of Tolopea #0B0137

Tints of Tolopea #0B0137

Color information

#0B0137 (or 0x0B0137) is unknown color: approx Tolopea. HEX triplet: 0B, 01 and 37. RGB value is (11,1,55). Sum of RGB (Red+Green+Blue) = 11+1+55=67 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.42% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 55 (21.88% from 255 or 82.09% from 67); Max value from RGB is 55 - color contains mainly: blue. Hex color #0B0137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0137 is #F4FEC8. Grayscale: #090909. Windows color (decimal): -16056009 or 3604747. OLE color: 3604747.

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

Color convert

RGB11155-
CMYK0.80.9800.78
HSL251.11º96.43%10.98%-
HSV(B)251.11º98.18%21.57%-
XYZ0.840.373.64-
YUV10.15153.31128.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.42%
GREEN value IS 1 (0.78% from 255) = 1.49%
BLUE value IS 55 (21.88% from 255) = 82.09%
R=16.42%
G=1.49%
B=82.09%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal111550.80.9800.78251.1196.4310.98
HexB137506204Efb60b
Octal13167120142011637314013
Binary1011111011110100001100010010011101111101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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