Html Css Color HEX #010553 Midnight Blue

📋 copy color: '#010553'

red 1 ◦ green 5 ◦ blue 83

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

Shades of Midnight Blue #010553

Tints of Midnight Blue #010553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.62%

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

R = 1.12%
G = 5.62%
B = 93.26%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#010553 (or 0x010553) is known color: Midnight Blue. HEX triplet: 01, 05 and 53. RGB value is (1,5,83). Sum of RGB (Red+Green+Blue) = 1+5+83=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 83 (32.81% from 255 or 93.26% from 89); Max value from RGB is 83 - color contains mainly: blue. Hex color #010553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010553 is #FEFAAC. Grayscale: #0C0C0C. Windows color (decimal): -16710317 or 5440769. OLE color: 5440769.

HSL color Cylindrical-coordinate representation of color #010553: hue angle of 237.07º 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 #010553 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 5 83 -
CMYK 0.99 0.94 0 0.67
HSL 237.07º 0.98% 0.16% -
HSV(B) 237.07º 0.99% 0.33% -
XYZ 1.63 0.74 8.24 -
YUV 12.7 167.67 119.66 -
System Red Green Blue C M Y K H S L
Decimal 1 5 83 0.99 0.94 0 0.67 237.07 0.98 0.16
Hex 1 5 53 63 5E 0 43 ED 62 10
Octal 1 5 123 143 136 0 103 355 142 20
Binary 1 101 1010011 1100011 1011110 0 1000011 11101101 1100010 10000

Color Harmonies of #010553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010553

Black with #010553

Text Example


Text Example

White with #010553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010553; }

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

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

background-color css

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

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

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

border-color css

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

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

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