Html Css Color HEX #01075A Midnight Blue

📋 copy color: '#01075A'

red 1 ◦ green 7 ◦ blue 90

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

Shades of Midnight Blue #01075A

Tints of Midnight Blue #01075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.14%

 BLUE value IS 90 (35.55% from 255) = 91.84%

R = 1.02%
G = 7.14%
B = 91.84%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01075A (or 0x01075A) is known color: Midnight Blue. HEX triplet: 01, 07 and 5A. RGB value is (1,7,90). Sum of RGB (Red+Green+Blue) = 1+7+90=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 90 (35.55% from 255 or 91.84% from 98); Max value from RGB is 90 - color contains mainly: blue. Hex color #01075A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01075A is #FEF8A5. Grayscale: #0E0E0E. Windows color (decimal): -16709798 or 5900033. OLE color: 5900033.

HSL color Cylindrical-coordinate representation of color #01075A: hue angle of 235.96º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01075A is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 7 90 -
CMYK 0.99 0.92 0 0.65
HSL 235.96º 0.98% 0.18% -
HSV(B) 235.96º 0.99% 0.35% -
XYZ 1.93 0.9 9.74 -
YUV 14.67 170.51 118.25 -
System Red Green Blue C M Y K H S L
Decimal 1 7 90 0.99 0.92 0 0.65 235.96 0.98 0.18
Hex 1 7 5A 63 5C 0 41 EC 62 12
Octal 1 7 132 143 134 0 101 354 142 22
Binary 1 111 1011010 1100011 1011100 0 1000001 11101100 1100010 10010

Color Harmonies of #01075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01075A

Black with #01075A

Text Example


Text Example

White with #01075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01075A; }

 p { color: rgb(1,7,90); }

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

background-color css

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

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

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

border-color css

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

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

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