Html Css Color HEX #010653 Midnight Blue

📋 copy color: '#010653'

red 1 ◦ green 6 ◦ blue 83

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

Shades of Midnight Blue #010653

Tints of Midnight Blue #010653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 92.22%

R = 1.11%
G = 6.67%
B = 92.22%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#010653 (or 0x010653) is known color: Midnight Blue. HEX triplet: 01, 06 and 53. RGB value is (1,6,83). Sum of RGB (Red+Green+Blue) = 1+6+83=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 83 (32.81% from 255 or 92.22% from 90); Max value from RGB is 83 - color contains mainly: blue. Hex color #010653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010653 is #FEF9AC. Grayscale: #0C0C0C. Windows color (decimal): -16710061 or 5441025. OLE color: 5441025.

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

Color convert

RGB 1 6 83 -
CMYK 0.99 0.93 0 0.67
HSL 236.34º 0.98% 0.16% -
HSV(B) 236.34º 0.99% 0.33% -
XYZ 1.64 0.76 8.24 -
YUV 13.28 167.34 119.24 -
System Red Green Blue C M Y K H S L
Decimal 1 6 83 0.99 0.93 0 0.67 236.34 0.98 0.16
Hex 1 6 53 63 5D 0 43 EC 62 10
Octal 1 6 123 143 135 0 103 354 142 20
Binary 1 110 1010011 1100011 1011101 0 1000011 11101100 1100010 10000

Color Harmonies of #010653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010653

Black with #010653

Text Example


Text Example

White with #010653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010653; }

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

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

background-color css

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

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

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

border-color css

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

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

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