Html Css Color HEX #010150 Midnight Blue

📋 copy color: '#010150'

red 1 ◦ green 1 ◦ blue 80

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

Shades of Midnight Blue #010150

Tints of Midnight Blue #010150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.22%

 BLUE value IS 80 (31.64% from 255) = 97.56%

R = 1.22%
G = 1.22%
B = 97.56%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#010150 (or 0x010150) is known color: Midnight Blue. HEX triplet: 01, 01 and 50. RGB value is (1,1,80). Sum of RGB (Red+Green+Blue) = 1+1+80=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 80 (31.64% from 255 or 97.56% from 82); Max value from RGB is 80 - color contains mainly: blue. Hex color #010150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010150 is #FEFEAF. Grayscale: #090909. Windows color (decimal): -16711344 or 5243137. OLE color: 5243137.

HSL color Cylindrical-coordinate representation of color #010150: hue angle of 240º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010150 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 1 80 -
CMYK 0.99 0.99 0 0.69
HSL 240º 0.98% 0.16% -
HSV(B) 240º 0.99% 0.31% -
XYZ 1.47 0.61 7.63 -
YUV 10.01 167.5 121.58 -
System Red Green Blue C M Y K H S L
Decimal 1 1 80 0.99 0.99 0 0.69 240 0.98 0.16
Hex 1 1 50 63 63 0 45 F0 62 10
Octal 1 1 120 143 143 0 105 360 142 20
Binary 1 1 1010000 1100011 1100011 0 1000101 11110000 1100010 10000

Color Harmonies of #010150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010150

Black with #010150

Text Example


Text Example

White with #010150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010150; }

 p { color: rgb(1,1,80); }

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

background-color css

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

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

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

border-color css

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

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

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