#0B012F

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

Shades of Tolopea #0B012F

Tints of Tolopea #0B012F

Color information

#0B012F (or 0x0B012F) is unknown color: approx Tolopea. HEX triplet: 0B, 01 and 2F. RGB value is (11,1,47). Sum of RGB (Red+Green+Blue) = 11+1+47=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 47 (18.75% from 255 or 79.66% from 59); Max value from RGB is 47 - color contains mainly: blue. Hex color #0B012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B012F is #F4FED0. Grayscale: #090909. Windows color (decimal): -16056017 or 3080459. OLE color: 3080459.

HSL color Cylindrical-coordinate representation of color #0B012F: hue angle of 253.04º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B012F is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB11147-
CMYK0.770.9800.82
HSL253.04º95.83%9.41%-
HSV(B)253.04º97.87%18.43%-
XYZ0.660.32.71-
YUV9.23149.31129.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.64%
GREEN value IS 1 (0.78% from 255) = 1.69%
BLUE value IS 47 (18.75% from 255) = 79.66%
R=18.64%
G=1.69%
B=79.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal111470.770.9800.82253.0495.839.41
HexB12F4D62052fd609
Octal13157115142012237514011
Binary1011110111110011011100010010100101111110111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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