Html Css Color HEX #01065B Midnight Blue

📋 copy color: '#01065B'

red 1 ◦ green 6 ◦ blue 91

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

Shades of Midnight Blue #01065B

Tints of Midnight Blue #01065B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 92.86%

R = 1.02%
G = 6.12%
B = 92.86%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01065B (or 0x01065B) is known color: Midnight Blue. HEX triplet: 01, 06 and 5B. RGB value is (1,6,91). Sum of RGB (Red+Green+Blue) = 1+6+91=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 91 (35.94% from 255 or 92.86% from 98); Max value from RGB is 91 - color contains mainly: blue. Hex color #01065B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01065B is #FEF9A4. Grayscale: #0D0D0D. Windows color (decimal): -16710053 or 5965313. OLE color: 5965313.

HSL color Cylindrical-coordinate representation of color #01065B: hue angle of 236.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01065B is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 6 91 -
CMYK 0.99 0.93 0 0.64
HSL 236.67º 0.98% 0.18% -
HSV(B) 236.67º 0.99% 0.36% -
XYZ 1.97 0.89 9.97 -
YUV 14.2 171.34 118.59 -
System Red Green Blue C M Y K H S L
Decimal 1 6 91 0.99 0.93 0 0.64 236.67 0.98 0.18
Hex 1 6 5B 63 5D 0 40 ED 62 12
Octal 1 6 133 143 135 0 100 355 142 22
Binary 1 110 1011011 1100011 1011101 0 1000000 11101101 1100010 10010

Color Harmonies of #01065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01065B

Black with #01065B

Text Example


Text Example

White with #01065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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