Html Css Color HEX #01055A Midnight Blue

📋 copy color: '#01055A'

red 1 ◦ green 5 ◦ blue 90

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

Shades of Midnight Blue #01055A

Tints of Midnight Blue #01055A

RGB

 RED value IS 1 (0.78% from 255) = 1.04%

 GREEN value IS 5 (2.34% from 255) = 5.21%

 BLUE value IS 90 (35.55% from 255) = 93.75%

R = 1.04%
G = 5.21%
B = 93.75%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01055A (or 0x01055A) is known color: Midnight Blue. HEX triplet: 01, 05 and 5A. RGB value is (1,5,90). Sum of RGB (Red+Green+Blue) = 1+5+90=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 90 (35.55% from 255 or 93.75% from 96); Max value from RGB is 90 - color contains mainly: blue. Hex color #01055A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01055A is #FEFAA5. Grayscale: #0D0D0D. Windows color (decimal): -16710310 or 5899521. OLE color: 5899521.

HSL color Cylindrical-coordinate representation of color #01055A: hue angle of 237.3º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01055A is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 5 90 -
CMYK 0.99 0.94 0 0.65
HSL 237.3º 0.98% 0.18% -
HSV(B) 237.3º 0.99% 0.35% -
XYZ 1.91 0.85 9.74 -
YUV 13.49 171.17 119.09 -
System Red Green Blue C M Y K H S L
Decimal 1 5 90 0.99 0.94 0 0.65 237.3 0.98 0.18
Hex 1 5 5A 63 5E 0 41 ED 62 12
Octal 1 5 132 143 136 0 101 355 142 22
Binary 1 101 1011010 1100011 1011110 0 1000001 11101101 1100010 10010

Color Harmonies of #01055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01055A

Black with #01055A

Text Example


Text Example

White with #01055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01055A; }

 p { color: rgb(1,5,90); }

 H1.HeaderClassName
 {
   color: #01055A;
 }
 .AnyTagClassName
 {
   color: #01055A;
 }
</style>

background-color css

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

 a { background-color: rgb(1,5,90); }

 div.DivClassName
 {
   background-color: #01055A;
 }
 .BgClassName
 {
   background-color: #01055A;
 }
</style>

border-color css

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

 span { border-color: rgb(1,5,90); }

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