#1B02B0

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

Shades of New Midnight Blue #1B02B0

Tints of New Midnight Blue #1B02B0

Color information

#1B02B0 (or 0x1B02B0) is unknown color: approx New Midnight Blue. HEX triplet: 1B, 02 and B0. RGB value is (27,2,176). Sum of RGB (Red+Green+Blue) = 27+2+176=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 176 (69.14% from 255 or 85.85% from 205); Max value from RGB is 176 - color contains mainly: blue. Hex color #1B02B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B02B0 is #E4FD4F. Grayscale: #1C1C1C. Windows color (decimal): -15007056 or 11534875. OLE color: 11534875.

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

Color convert

RGB272176-
CMYK0.850.9900.31
HSL248.62º97.75%34.9%-
HSV(B)248.62º98.86%69.02%-
XYZ8.313.4141.29-
YUV29.31210.78126.35-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.17%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 176 (69.14% from 255) = 85.85%
R=13.17%
G=0.98%
B=85.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal2721760.850.9900.31248.6297.7534.9
Hex1B2B0556301Ff96223
Octal33226012514303737114243
Binary11011101011000010101011100011011111111110011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B02B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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