Html Css Color HEX #1A0370 Midnight Blue

📋 copy color: '#1A0370'

red 26 ◦ green 3 ◦ blue 112

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

Shades of Midnight Blue #1A0370

Tints of Midnight Blue #1A0370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

 BLUE value IS 112 (44.14% from 255) = 79.43%

R = 18.44%
G = 2.13%
B = 79.43%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1A0370 (or 0x1A0370) is known color: Midnight Blue. HEX triplet: 1A, 03 and 70. RGB value is (26,3,112). Sum of RGB (Red+Green+Blue) = 26+3+112=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 112 (44.14% from 255 or 79.43% from 141); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A0370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0370 is #E5FC8F. Grayscale: #151515. Windows color (decimal): -15072400 or 7340826. OLE color: 7340826.

HSL color Cylindrical-coordinate representation of color #1A0370: hue angle of 252.66º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A0370 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 3 112 -
CMYK 0.77 0.97 0 0.56
HSL 252.66º 0.95% 0.23% -
HSV(B) 252.66º 0.97% 0.44% -
XYZ 3.38 1.45 15.43 -
YUV 22.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 26 3 112 0.77 0.97 0 0.56 252.66 0.95 0.23
Hex 1A 3 70 4D 61 0 38 FD 5F 17
Octal 32 3 160 115 141 0 70 375 137 27
Binary 11010 11 1110000 1001101 1100001 0 111000 11111101 1011111 10111

Color Harmonies of #1A0370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0370

Black with #1A0370

Text Example


Text Example

White with #1A0370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,3,112); }

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

background-color css

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

 a { background-color: rgb(26,3,112); }

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

border-color css

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

 span { border-color: rgb(26,3,112); }

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