#001BCC

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

Shades of Medium Blue #001BCC

Tints of Medium Blue #001BCC

Color information

#001BCC (or 0x001BCC) is unknown color: approx Medium Blue. HEX triplet: 00, 1B and CC. RGB value is (0,27,204). Sum of RGB (Red+Green+Blue) = 0+27+204=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 204 (80.08% from 255 or 88.31% from 231); Max value from RGB is 204 - color contains mainly: blue. Hex color #001BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001BCC is #FFE433. Grayscale: #262626. Windows color (decimal): -16770100 or 13376256. OLE color: 13376256.

HSL color Cylindrical-coordinate representation of color #001BCC: hue angle of 232.06º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001BCC is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB027204-
CMYK10.8700.2
HSL232.06º100%40%-
HSV(B)232.06º100%80%-
XYZ11.295.1457.52-
YUV39.1221.05100.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 27 (10.94% from 255) = 11.69%
BLUE value IS 204 (80.08% from 255) = 88.31%
R=0%
G=11.69%
B=88.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal02720410.8700.2232.0610040
Hex01BCC6457014e86428
Octal03331414412702435014450
Binary0110111100110011001001010111010100111010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001BCC; }

 p { color: rgb(0,27,204); }

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

<style>
 a { background-color: #001BCC; }

 a { background-color: rgb(0,27,204); }

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

<style>
 span { border-color: #001BCC; }

 span { border-color: rgb(0,27,204); }

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