#1B025D

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

Shades of Midnight Blue #1B025D

Tints of Midnight Blue #1B025D

Color information

#1B025D (or 0x1B025D) is unknown color: approx Midnight Blue. HEX triplet: 1B, 02 and 5D. RGB value is (27,2,93). Sum of RGB (Red+Green+Blue) = 27+2+93=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 93 (36.72% from 255 or 76.23% from 122); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B025D is #E4FDA2. Grayscale: #131313. Windows color (decimal): -15007139 or 6095387. OLE color: 6095387.

HSL color Cylindrical-coordinate representation of color #1B025D: hue angle of 256.48º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B025D is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB27293-
CMYK0.710.9800.64
HSL256.48º95.79%18.63%-
HSV(B)256.48º97.85%36.47%-
XYZ2.451.0710.43-
YUV19.85169.28133.1-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.13%
GREEN value IS 2 (1.17% from 255) = 1.64%
BLUE value IS 93 (36.72% from 255) = 76.23%
R=22.13%
G=1.64%
B=76.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal272930.710.9800.64256.4895.7918.63
Hex1B25D47620401006013
Octal332135107142010040014023
Binary110111010111011000111110001001000000100000000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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