Html Css Color HEX #010A60 Midnight Blue

📋 copy color: '#010A60'

red 1 ◦ green 10 ◦ blue 96

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

Shades of Midnight Blue #010A60

Tints of Midnight Blue #010A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 89.72%

R = 0.93%
G = 9.35%
B = 89.72%

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

#010A60 (or 0x010A60) is known color: Midnight Blue. HEX triplet: 01, 0A and 60. RGB value is (1,10,96). Sum of RGB (Red+Green+Blue) = 1+10+96=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 96 (37.89% from 255 or 89.72% from 107); Max value from RGB is 96 - color contains mainly: blue. Hex color #010A60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A60 is #FEF59F. Grayscale: #101010. Windows color (decimal): -16709024 or 6294017. OLE color: 6294017.

HSL color Cylindrical-coordinate representation of color #010A60: hue angle of 234.32º 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 #010A60 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 10 96 -
CMYK 0.99 0.90 0 0.62
HSL 234.32º 0.98% 0.19% -
HSV(B) 234.32º 0.99% 0.38% -
XYZ 2.23 1.07 11.15 -
YUV 17.11 172.52 116.51 -
System Red Green Blue C M Y K H S L
Decimal 1 10 96 0.99 0.90 0 0.62 234.32 0.98 0.19
Hex 1 A 60 63 5A 0 3E EA 62 13
Octal 1 12 140 143 132 0 76 352 142 23
Binary 1 1010 1100000 1100011 1011010 0 111110 11101010 1100010 10011

Color Harmonies of #010A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A60

Black with #010A60

Text Example


Text Example

White with #010A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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