Html Css Color HEX #010350 Midnight Blue

📋 copy color: '#010350'

red 1 ◦ green 3 ◦ blue 80

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

Shades of Midnight Blue #010350

Tints of Midnight Blue #010350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.57%

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

R = 1.19%
G = 3.57%
B = 95.24%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#010350 (or 0x010350) is known color: Midnight Blue. HEX triplet: 01, 03 and 50. RGB value is (1,3,80). Sum of RGB (Red+Green+Blue) = 1+3+80=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 80 (31.64% from 255 or 95.24% from 84); Max value from RGB is 80 - color contains mainly: blue. Hex color #010350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010350 is #FEFCAF. Grayscale: #0A0A0A. Windows color (decimal): -16710832 or 5243649. OLE color: 5243649.

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

Color convert

RGB 1 3 80 -
CMYK 0.99 0.96 0 0.69
HSL 238.48º 0.98% 0.16% -
HSV(B) 238.48º 0.99% 0.31% -
XYZ 1.49 0.65 7.64 -
YUV 11.18 166.84 120.74 -
System Red Green Blue C M Y K H S L
Decimal 1 3 80 0.99 0.96 0 0.69 238.48 0.98 0.16
Hex 1 3 50 63 60 0 45 EE 62 10
Octal 1 3 120 143 140 0 105 356 142 20
Binary 1 11 1010000 1100011 1100000 0 1000101 11101110 1100010 10000

Color Harmonies of #010350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010350

Black with #010350

Text Example


Text Example

White with #010350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010350; }

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

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

background-color css

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

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

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

border-color css

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

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

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