#1B065A

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

Shades of Midnight Blue #1B065A

Tints of Midnight Blue #1B065A

Color information

#1B065A (or 0x1B065A) is unknown color: approx Midnight Blue. HEX triplet: 1B, 06 and 5A. RGB value is (27,6,90). Sum of RGB (Red+Green+Blue) = 27+6+90=123 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.95% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 90 (35.55% from 255 or 73.17% from 123); Max value from RGB is 90 - color contains mainly: blue. Hex color #1B065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B065A is #E4F9A5. Grayscale: #151515. Windows color (decimal): -15006118 or 5899803. OLE color: 5899803.

HSL color Cylindrical-coordinate representation of color #1B065A: hue angle of 255º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B065A is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB27690-
CMYK0.700.9300.65
HSL255º87.5%18.82%-
HSV(B)255º93.33%35.29%-
XYZ2.361.19.76-
YUV21.86166.46131.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.95%
GREEN value IS 6 (2.73% from 255) = 4.88%
BLUE value IS 90 (35.55% from 255) = 73.17%
R=21.95%
G=4.88%
B=73.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal276900.700.9300.6525587.518.82
Hex1B65A465D041ff5813
Octal336132106135010137713023
Binary110111101011010100011010111010100000111111111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B065A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,6,90); }

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

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

 a { background-color: rgb(27,6,90); }

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

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

 span { border-color: rgb(27,6,90); }

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