Html Css Color HEX #010A61 Midnight Blue

📋 copy color: '#010A61'

red 1 ◦ green 10 ◦ blue 97

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

Shades of Midnight Blue #010A61

Tints of Midnight Blue #010A61

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.26%

 BLUE value IS 97 (38.28% from 255) = 89.81%

R = 0.93%
G = 9.26%
B = 89.81%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010A61 (or 0x010A61) is known color: Midnight Blue. HEX triplet: 01, 0A and 61. RGB value is (1,10,97). Sum of RGB (Red+Green+Blue) = 1+10+97=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 97 (38.28% from 255 or 89.81% from 108); Max value from RGB is 97 - color contains mainly: blue. Hex color #010A61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A61 is #FEF59E. Grayscale: #101010. Windows color (decimal): -16709023 or 6359553. OLE color: 6359553.

HSL color Cylindrical-coordinate representation of color #010A61: hue angle of 234.38º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A61 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 10 97 -
CMYK 0.99 0.90 0 0.62
HSL 234.38º 0.98% 0.19% -
HSV(B) 234.38º 0.99% 0.38% -
XYZ 2.28 1.09 11.4 -
YUV 17.23 173.02 116.43 -
System Red Green Blue C M Y K H S L
Decimal 1 10 97 0.99 0.90 0 0.62 234.38 0.98 0.19
Hex 1 A 61 63 5A 0 3E EA 62 13
Octal 1 12 141 143 132 0 76 352 142 23
Binary 1 1010 1100001 1100011 1011010 0 111110 11101010 1100010 10011

Color Harmonies of #010A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A61

Black with #010A61

Text Example


Text Example

White with #010A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010A61; }

 p { color: rgb(1,10,97); }

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

background-color css

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

 a { background-color: rgb(1,10,97); }

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

border-color css

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

 span { border-color: rgb(1,10,97); }

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