#0B023D

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

Shades of Tolopea #0B023D

Tints of Tolopea #0B023D

Color information

#0B023D (or 0x0B023D) is unknown color: approx Tolopea. HEX triplet: 0B, 02 and 3D. RGB value is (11,2,61). Sum of RGB (Red+Green+Blue) = 11+2+61=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 61 (24.22% from 255 or 82.43% from 74); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B023D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B023D is #F4FDC2. Grayscale: #0B0B0B. Windows color (decimal): -16055747 or 3998219. OLE color: 3998219.

HSL color Cylindrical-coordinate representation of color #0B023D: hue angle of 249.15º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B023D is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB11261-
CMYK0.820.9700.76
HSL249.15º93.65%12.35%-
HSV(B)249.15º96.72%23.92%-
XYZ10.454.45-
YUV11.42155.98127.7-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.86%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 61 (24.22% from 255) = 82.43%
R=14.86%
G=2.70%
B=82.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal112610.820.9700.76249.1593.6512.35
HexB23D526104Cf95ec
Octal13275122141011437113614
Binary10111011110110100101100001010011001111100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,2,61); }

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

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

 a { background-color: rgb(11,2,61); }

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

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

 span { border-color: rgb(11,2,61); }

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