#1B04C8

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

Shades of Medium Blue #1B04C8

Tints of Medium Blue #1B04C8

Color information

#1B04C8 (or 0x1B04C8) is unknown color: approx Medium Blue. HEX triplet: 1B, 04 and C8. RGB value is (27,4,200). Sum of RGB (Red+Green+Blue) = 27+4+200=231 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.69% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 200 (78.52% from 255 or 86.58% from 231); Max value from RGB is 200 - color contains mainly: blue. Hex color #1B04C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B04C8 is #E4FB37. Grayscale: #202020. Windows color (decimal): -15006520 or 13108251. OLE color: 13108251.

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

Color convert

RGB274200-
CMYK0.860.9800.22
HSL247.04º96.08%40%-
HSV(B)247.04º98%78.43%-
XYZ10.924.4954.93-
YUV33.22222.12123.56-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.69%
GREEN value IS 4 (1.95% from 255) = 1.73%
BLUE value IS 200 (78.52% from 255) = 86.58%
R=11.69%
G=1.73%
B=86.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2742000.860.9800.22247.0496.0840
Hex1B4C85662016f76028
Octal33431012614202636714050
Binary110111001100100010101101100010010110111101111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B04C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,4,200); }

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

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

 a { background-color: rgb(27,4,200); }

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

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

 span { border-color: rgb(27,4,200); }

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