#1B06DA

Color #1B06DA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1B06DA

Tints of Medium Blue #1B06DA

Color information

#1B06DA (or 0x1B06DA) is unknown color: approx Medium Blue. HEX triplet: 1B, 06 and DA. RGB value is (27,6,218). Sum of RGB (Red+Green+Blue) = 27+6+218=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 218 (85.55% from 255 or 86.85% from 251); Max value from RGB is 218 - color contains mainly: blue. Hex color #1B06DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B06DA is #E4F925. Grayscale: #232323. Windows color (decimal): -15005990 or 14288411. OLE color: 14288411.

HSL color Cylindrical-coordinate representation of color #1B06DA: hue angle of 245.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B06DA is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB276218-
CMYK0.880.9700.15
HSL245.94º94.64%43.92%-
HSV(B)245.94º97.25%85.49%-
XYZ13.175.4366.68-
YUV36.45230.46121.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.76%
GREEN value IS 6 (2.73% from 255) = 2.39%
BLUE value IS 218 (85.55% from 255) = 86.85%
R=10.76%
G=2.39%
B=86.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2762180.880.9700.15245.9494.6443.92
Hex1B6DA58610Ff65f2c
Octal33633213014101736613754
Binary11011110110110101011000110000101111111101101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B06DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B06DA; }

 p { color: rgb(27,6,218); }

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

<style>
 a { background-color: #1B06DA; }

 a { background-color: rgb(27,6,218); }

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

<style>
 span { border-color: #1B06DA; }

 span { border-color: rgb(27,6,218); }

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