Html Css Color HEX #010254 Midnight Blue

📋 copy color: '#010254'

red 1 ◦ green 2 ◦ blue 84

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

Shades of Midnight Blue #010254

Tints of Midnight Blue #010254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 96.55%

R = 1.15%
G = 2.3%
B = 96.55%

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

#010254 (or 0x010254) is known color: Midnight Blue. HEX triplet: 01, 02 and 54. RGB value is (1,2,84). Sum of RGB (Red+Green+Blue) = 1+2+84=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 84 (33.20% from 255 or 96.55% from 87); Max value from RGB is 84 - color contains mainly: blue. Hex color #010254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010254 is #FEFDAB. Grayscale: #0A0A0A. Windows color (decimal): -16711084 or 5505537. OLE color: 5505537.

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

Color convert

RGB 1 2 84 -
CMYK 0.99 0.98 0 0.67
HSL 239.28º 0.98% 0.17% -
HSV(B) 239.28º 0.99% 0.33% -
XYZ 1.63 0.69 8.43 -
YUV 11.05 169.17 120.83 -
System Red Green Blue C M Y K H S L
Decimal 1 2 84 0.99 0.98 0 0.67 239.28 0.98 0.17
Hex 1 2 54 63 62 0 43 EF 62 11
Octal 1 2 124 143 142 0 103 357 142 21
Binary 1 10 1010100 1100011 1100010 0 1000011 11101111 1100010 10001

Color Harmonies of #010254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010254

Black with #010254

Text Example


Text Example

White with #010254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010254; }

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

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

background-color css

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

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

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

border-color css

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

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

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