#0B023C

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

Shades of Tolopea #0B023C

Tints of Tolopea #0B023C

Color information

#0B023C (or 0x0B023C) is unknown color: approx Tolopea. HEX triplet: 0B, 02 and 3C. RGB value is (11,2,60). Sum of RGB (Red+Green+Blue) = 11+2+60=73 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.07% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 60 (23.83% from 255 or 82.19% from 73); Max value from RGB is 60 - color contains mainly: blue. Hex color #0B023C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B023C is #F4FDC3. Grayscale: #0B0B0B. Windows color (decimal): -16055748 or 3932683. OLE color: 3932683.

HSL color Cylindrical-coordinate representation of color #0B023C: hue angle of 249.31º 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 #0B023C is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB11260-
CMYK0.820.9700.76
HSL249.31º93.55%12.16%-
HSV(B)249.31º96.67%23.53%-
XYZ0.980.444.31-
YUV11.3155.48127.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.07%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 60 (23.83% from 255) = 82.19%
R=15.07%
G=2.74%
B=82.19%

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
Decimal112600.820.9700.76249.3193.5512.16
HexB23C526104Cf95ec
Octal13274122141011437113614
Binary10111011110010100101100001010011001111100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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