#010455

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

Shades of Midnight Blue #010455

Tints of Midnight Blue #010455

Color information

#010455 (or 0x010455) is unknown color: approx Midnight Blue. HEX triplet: 01, 04 and 55. RGB value is (1,4,85). Sum of RGB (Red+Green+Blue) = 1+4+85=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 85 (33.59% from 255 or 94.44% from 90); Max value from RGB is 85 - color contains mainly: blue. Hex color #010455 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010455 is #FEFBAA. Grayscale: #0C0C0C. Windows color (decimal): -16710571 or 5571585. OLE color: 5571585.

HSL color Cylindrical-coordinate representation of color #010455: hue angle of 237.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010455 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB1485-
CMYK0.990.9500.67
HSL237.86º97.67%16.86%-
HSV(B)237.86º98.82%33.33%-
XYZ1.70.758.65-
YUV12.34169.01119.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 4 (1.95% from 255) = 4.44%
BLUE value IS 85 (33.59% from 255) = 94.44%
R=1.11%
G=4.44%
B=94.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal14850.990.9500.67237.8697.6716.86
Hex1455635F043ee6211
Octal14125143137010335614221
Binary11001010101110001110111110100001111101110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010455; }

 p { color: rgb(1,4,85); }

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

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

 a { background-color: rgb(1,4,85); }

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

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

 span { border-color: rgb(1,4,85); }

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