Html Css Color HEX #010455 Midnight Blue

📋 copy color: '#010455'

red 1 ◦ green 4 ◦ blue 85

#010455
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #010455

Tints of Midnight Blue #010455

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 value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#010455 (or 0x010455) is known color: 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

RGB 1 4 85 -
CMYK 0.99 0.95 0 0.67
HSL 237.86º 0.98% 0.17% -
HSV(B) 237.86º 0.99% 0.33% -
XYZ 1.7 0.75 8.65 -
YUV 12.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 1 4 85 0.99 0.95 0 0.67 237.86 0.98 0.17
Hex 1 4 55 63 5F 0 43 EE 62 11
Octal 1 4 125 143 137 0 103 356 142 21
Binary 1 100 1010101 1100011 1011111 0 1000011 11101110 1100010 10001

Color Harmonies of #010455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010455

Black with #010455

Text Example


Text Example

White with #010455

Text Example


Text Example

HTML Codes & Css Web 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>