Html Css Color HEX #1A0A60 Midnight Blue

📋 copy color: '#1A0A60'

red 26 ◦ green 10 ◦ blue 96

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

Shades of Midnight Blue #1A0A60

Tints of Midnight Blue #1A0A60

RGB

 RED value IS 26 (10.55% from 255) = 19.7%

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

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

R = 19.7%
G = 7.58%
B = 72.73%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1A0A60 (or 0x1A0A60) is known color: Midnight Blue. HEX triplet: 1A, 0A and 60. RGB value is (26,10,96). Sum of RGB (Red+Green+Blue) = 26+10+96=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A0A60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0A60 is #E5F59F. Grayscale: #181818. Windows color (decimal): -15070624 or 6294042. OLE color: 6294042.

HSL color Cylindrical-coordinate representation of color #1A0A60: hue angle of 251.16º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A0A60 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 26 10 96 -
CMYK 0.73 0.90 0 0.62
HSL 251.16º 0.81% 0.21% -
HSV(B) 251.16º 0.9% 0.38% -
XYZ 2.65 1.28 11.17 -
YUV 24.59 168.3 129.01 -
System Red Green Blue C M Y K H S L
Decimal 26 10 96 0.73 0.90 0 0.62 251.16 0.81 0.21
Hex 1A A 60 49 5A 0 3E FB 51 15
Octal 32 12 140 111 132 0 76 373 121 25
Binary 11010 1010 1100000 1001001 1011010 0 111110 11111011 1010001 10101

Color Harmonies of #1A0A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0A60

Black with #1A0A60

Text Example


Text Example

White with #1A0A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A0A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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