#0B002D

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

Shades of Tolopea #0B002D

Tints of Tolopea #0B002D

Color information

#0B002D (or 0x0B002D) is unknown color: approx Tolopea. HEX triplet: 0B, 00 and 2D. RGB value is (11,0,45). Sum of RGB (Red+Green+Blue) = 11+0+45=56 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.64% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 45 (17.97% from 255 or 80.36% from 56); Max value from RGB is 45 - color contains mainly: blue. Hex color #0B002D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B002D is #F4FFD2. Grayscale: #080808. Windows color (decimal): -16056275 or 2949131. OLE color: 2949131.

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

Color convert

RGB11045-
CMYK0.76100.82
HSL254.67º100%8.82%-
HSV(B)254.67º100%17.65%-
XYZ0.610.262.5-
YUV8.42148.64129.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 80.36%
R=19.64%
G=0%
B=80.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal110450.76100.82254.671008.82
HexB02D4C64052ff649
Octal13055114144012237714411
Binary1011010110110011001100100010100101111111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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