#1B02BA

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

Shades of Medium Blue #1B02BA

Tints of Medium Blue #1B02BA

Color information

#1B02BA (or 0x1B02BA) is unknown color: approx Medium Blue. HEX triplet: 1B, 02 and BA. RGB value is (27,2,186). Sum of RGB (Red+Green+Blue) = 27+2+186=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 186 (73.05% from 255 or 86.51% from 215); Max value from RGB is 186 - color contains mainly: blue. Hex color #1B02BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B02BA is #E4FD45. Grayscale: #1D1D1D. Windows color (decimal): -15007046 or 12190235. OLE color: 12190235.

HSL color Cylindrical-coordinate representation of color #1B02BA: hue angle of 248.15º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B02BA is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB272186-
CMYK0.850.9900.27
HSL248.15º97.87%36.86%-
HSV(B)248.15º98.92%72.94%-
XYZ9.343.8246.7-
YUV30.45215.78125.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.56%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 186 (73.05% from 255) = 86.51%
R=12.56%
G=0.93%
B=86.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2721860.850.9900.27248.1597.8736.86
Hex1B2BA556301Bf86225
Octal33227212514303337014245
Binary11011101011101010101011100011011011111110001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B02BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,2,186); }

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

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

 a { background-color: rgb(27,2,186); }

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

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

 span { border-color: rgb(27,2,186); }

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