Html Css Color HEX #010355 Midnight Blue

📋 copy color: '#010355'

red 1 ◦ green 3 ◦ blue 85

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

Shades of Midnight Blue #010355

Tints of Midnight Blue #010355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 95.51%

R = 1.12%
G = 3.37%
B = 95.51%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#010355 (or 0x010355) is known color: Midnight Blue. HEX triplet: 01, 03 and 55. RGB value is (1,3,85). Sum of RGB (Red+Green+Blue) = 1+3+85=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 85 (33.59% from 255 or 95.51% from 89); Max value from RGB is 85 - color contains mainly: blue. Hex color #010355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010355 is #FEFCAA. Grayscale: #0B0B0B. Windows color (decimal): -16710827 or 5571329. OLE color: 5571329.

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

Color convert

RGB 1 3 85 -
CMYK 0.99 0.96 0 0.67
HSL 238.57º 0.98% 0.17% -
HSV(B) 238.57º 0.99% 0.33% -
XYZ 1.68 0.73 8.65 -
YUV 11.75 169.34 120.33 -
System Red Green Blue C M Y K H S L
Decimal 1 3 85 0.99 0.96 0 0.67 238.57 0.98 0.17
Hex 1 3 55 63 60 0 43 EF 62 11
Octal 1 3 125 143 140 0 103 357 142 21
Binary 1 11 1010101 1100011 1100000 0 1000011 11101111 1100010 10001

Color Harmonies of #010355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010355

Black with #010355

Text Example


Text Example

White with #010355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010355; }

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

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

background-color css

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

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

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

border-color css

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

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

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