Html Css Color HEX #010253 Midnight Blue

📋 copy color: '#010253'

red 1 ◦ green 2 ◦ blue 83

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

Shades of Midnight Blue #010253

Tints of Midnight Blue #010253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.33%

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

R = 1.16%
G = 2.33%
B = 96.51%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#010253 (or 0x010253) is known color: Midnight Blue. HEX triplet: 01, 02 and 53. RGB value is (1,2,83). Sum of RGB (Red+Green+Blue) = 1+2+83=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 83 (32.81% from 255 or 96.51% from 86); Max value from RGB is 83 - color contains mainly: blue. Hex color #010253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010253 is #FEFDAC. Grayscale: #0A0A0A. Windows color (decimal): -16711085 or 5440001. OLE color: 5440001.

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

Color convert

RGB 1 2 83 -
CMYK 0.99 0.98 0 0.67
HSL 239.27º 0.98% 0.16% -
HSV(B) 239.27º 0.99% 0.33% -
XYZ 1.6 0.67 8.23 -
YUV 10.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 1 2 83 0.99 0.98 0 0.67 239.27 0.98 0.16
Hex 1 2 53 63 62 0 43 EF 62 10
Octal 1 2 123 143 142 0 103 357 142 20
Binary 1 10 1010011 1100011 1100010 0 1000011 11101111 1100010 10000

Color Harmonies of #010253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010253

Black with #010253

Text Example


Text Example

White with #010253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010253; }

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

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

background-color css

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

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

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

border-color css

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

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

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