Html Css Color HEX #010450 Midnight Blue

📋 copy color: '#010450'

red 1 ◦ green 4 ◦ blue 80

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

Shades of Midnight Blue #010450

Tints of Midnight Blue #010450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.71%

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

R = 1.18%
G = 4.71%
B = 94.12%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#010450 (or 0x010450) is known color: Midnight Blue. HEX triplet: 01, 04 and 50. RGB value is (1,4,80). Sum of RGB (Red+Green+Blue) = 1+4+80=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 80 (31.64% from 255 or 94.12% from 85); Max value from RGB is 80 - color contains mainly: blue. Hex color #010450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010450 is #FEFBAF. Grayscale: #0B0B0B. Windows color (decimal): -16710576 or 5243905. OLE color: 5243905.

HSL color Cylindrical-coordinate representation of color #010450: hue angle of 237.72º 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 #010450 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 4 80 -
CMYK 0.99 0.95 0 0.69
HSL 237.72º 0.98% 0.16% -
HSV(B) 237.72º 0.99% 0.31% -
XYZ 1.5 0.67 7.64 -
YUV 11.77 166.51 120.32 -
System Red Green Blue C M Y K H S L
Decimal 1 4 80 0.99 0.95 0 0.69 237.72 0.98 0.16
Hex 1 4 50 63 5F 0 45 EE 62 10
Octal 1 4 120 143 137 0 105 356 142 20
Binary 1 100 1010000 1100011 1011111 0 1000101 11101110 1100010 10000

Color Harmonies of #010450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010450

Black with #010450

Text Example


Text Example

White with #010450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010450; }

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

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

background-color css

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

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

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

border-color css

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

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

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