Html Css Color HEX #1A0377 Midnight Blue

📋 copy color: '#1A0377'

red 26 ◦ green 3 ◦ blue 119

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

Shades of Midnight Blue #1A0377

Tints of Midnight Blue #1A0377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 80.41%

R = 17.57%
G = 2.03%
B = 80.41%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1A0377 (or 0x1A0377) is known color: Midnight Blue. HEX triplet: 1A, 03 and 77. RGB value is (26,3,119). Sum of RGB (Red+Green+Blue) = 26+3+119=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 119 (46.88% from 255 or 80.41% from 148); Max value from RGB is 119 - color contains mainly: blue. Hex color #1A0377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0377 is #E5FC88. Grayscale: #161616. Windows color (decimal): -15072393 or 7799578. OLE color: 7799578.

HSL color Cylindrical-coordinate representation of color #1A0377: hue angle of 251.9º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A0377 is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 26 3 119 -
CMYK 0.78 0.97 0 0.53
HSL 251.9º 0.95% 0.24% -
HSV(B) 251.9º 0.97% 0.47% -
XYZ 3.79 1.62 17.57 -
YUV 23.1 182.12 130.07 -
System Red Green Blue C M Y K H S L
Decimal 26 3 119 0.78 0.97 0 0.53 251.9 0.95 0.24
Hex 1A 3 77 4E 61 0 35 FC 5F 18
Octal 32 3 167 116 141 0 65 374 137 30
Binary 11010 11 1110111 1001110 1100001 0 110101 11111100 1011111 11000

Color Harmonies of #1A0377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0377

Black with #1A0377

Text Example


Text Example

White with #1A0377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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