Html Css Color HEX #01065A Midnight Blue

📋 copy color: '#01065A'

red 1 ◦ green 6 ◦ blue 90

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

Shades of Midnight Blue #01065A

Tints of Midnight Blue #01065A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.19%

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

R = 1.03%
G = 6.19%
B = 92.78%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01065A (or 0x01065A) is known color: Midnight Blue. HEX triplet: 01, 06 and 5A. RGB value is (1,6,90). Sum of RGB (Red+Green+Blue) = 1+6+90=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 90 (35.55% from 255 or 92.78% from 97); Max value from RGB is 90 - color contains mainly: blue. Hex color #01065A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01065A is #FEF9A5. Grayscale: #0D0D0D. Windows color (decimal): -16710054 or 5899777. OLE color: 5899777.

HSL color Cylindrical-coordinate representation of color #01065A: hue angle of 236.63º 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 #01065A is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 6 90 -
CMYK 0.99 0.93 0 0.65
HSL 236.63º 0.98% 0.18% -
HSV(B) 236.63º 0.99% 0.35% -
XYZ 1.92 0.87 9.74 -
YUV 14.08 170.84 118.67 -
System Red Green Blue C M Y K H S L
Decimal 1 6 90 0.99 0.93 0 0.65 236.63 0.98 0.18
Hex 1 6 5A 63 5D 0 41 ED 62 12
Octal 1 6 132 143 135 0 101 355 142 22
Binary 1 110 1011010 1100011 1011101 0 1000001 11101101 1100010 10010

Color Harmonies of #01065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01065A

Black with #01065A

Text Example


Text Example

White with #01065A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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