Html Css Color HEX #0B013B Tolopea

📋 copy color: '#0B013B'

red 11 ◦ green 1 ◦ blue 59

#0B013B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tolopea #0B013B

Tints of Tolopea #0B013B

RGB

 RED value IS 11 (4.69% from 255) = 15.49%

 GREEN value IS 1 (0.78% from 255) = 1.41%

 BLUE value IS 59 (23.44% from 255) = 83.1%

R = 15.49%
G = 1.41%
B = 83.1%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0B013B (or 0x0B013B) is known color: Tolopea. HEX triplet: 0B, 01 and 3B. RGB value is (11,1,59). Sum of RGB (Red+Green+Blue) = 11+1+59=71 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.49% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 59 (23.44% from 255 or 83.10% from 71); Max value from RGB is 59 - color contains mainly: blue. Hex color #0B013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B013B is #F4FEC4. Grayscale: #0A0A0A. Windows color (decimal): -16056005 or 3866891. OLE color: 3866891.

HSL color Cylindrical-coordinate representation of color #0B013B: hue angle of 250.34º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B013B is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 11 1 59 -
CMYK 0.81 0.98 0 0.77
HSL 250.34º 0.97% 0.12% -
HSV(B) 250.34º 0.98% 0.23% -
XYZ 0.94 0.41 4.17 -
YUV 10.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 11 1 59 0.81 0.98 0 0.77 250.34 0.97 0.12
Hex B 1 3B 51 62 0 4D FA 61 C
Octal 13 1 73 121 142 0 115 372 141 14
Binary 1011 1 111011 1010001 1100010 0 1001101 11111010 1100001 1100

Color Harmonies of #0B013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B013B

Black with #0B013B

Text Example


Text Example

White with #0B013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B013B;
 }
 .AnyTagClassName
 {
   color: #0B013B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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