#1B07C5

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

Shades of Medium Blue #1B07C5

Tints of Medium Blue #1B07C5

Color information

#1B07C5 (or 0x1B07C5) is unknown color: approx Medium Blue. HEX triplet: 1B, 07 and C5. RGB value is (27,7,197). Sum of RGB (Red+Green+Blue) = 27+7+197=231 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.69% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 197 (77.34% from 255 or 85.28% from 231); Max value from RGB is 197 - color contains mainly: blue. Hex color #1B07C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B07C5 is #E4F83A. Grayscale: #212121. Windows color (decimal): -15005755 or 12912411. OLE color: 12912411.

HSL color Cylindrical-coordinate representation of color #1B07C5: hue angle of 246.32º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B07C5 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB277197-
CMYK0.860.9600.23
HSL246.32º93.14%40%-
HSV(B)246.32º96.45%77.25%-
XYZ10.614.4253.12-
YUV34.64219.63122.55-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.69%
GREEN value IS 7 (3.12% from 255) = 3.03%
BLUE value IS 197 (77.34% from 255) = 85.28%
R=11.69%
G=3.03%
B=85.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal2771970.860.9600.23246.3293.1440
Hex1B7C55660017f65d28
Octal33730512614002736613550
Binary110111111100010110101101100000010111111101101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B07C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,7,197); }

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

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

 a { background-color: rgb(27,7,197); }

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

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

 span { border-color: rgb(27,7,197); }

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