Html Css Color HEX #010351 Midnight Blue

📋 copy color: '#010351'

red 1 ◦ green 3 ◦ blue 81

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

Shades of Midnight Blue #010351

Tints of Midnight Blue #010351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 95.29%

R = 1.18%
G = 3.53%
B = 95.29%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#010351 (or 0x010351) is known color: Midnight Blue. HEX triplet: 01, 03 and 51. RGB value is (1,3,81). Sum of RGB (Red+Green+Blue) = 1+3+81=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 81 (32.03% from 255 or 95.29% from 85); Max value from RGB is 81 - color contains mainly: blue. Hex color #010351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010351 is #FEFCAE. Grayscale: #0A0A0A. Windows color (decimal): -16710831 or 5309185. OLE color: 5309185.

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

Color convert

RGB 1 3 81 -
CMYK 0.99 0.96 0 0.68
HSL 238.5º 0.98% 0.16% -
HSV(B) 238.5º 0.99% 0.32% -
XYZ 1.53 0.67 7.83 -
YUV 11.29 167.34 120.66 -
System Red Green Blue C M Y K H S L
Decimal 1 3 81 0.99 0.96 0 0.68 238.5 0.98 0.16
Hex 1 3 51 63 60 0 44 EE 62 10
Octal 1 3 121 143 140 0 104 356 142 20
Binary 1 11 1010001 1100011 1100000 0 1000100 11101110 1100010 10000

Color Harmonies of #010351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010351

Black with #010351

Text Example


Text Example

White with #010351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010351; }

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

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

background-color css

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

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

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

border-color css

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

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

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