Html Css Color HEX #1A196F Midnight Blue

📋 copy color: '#1A196F'

red 26 ◦ green 25 ◦ blue 111

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

Shades of Midnight Blue #1A196F

Tints of Midnight Blue #1A196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.43%

 BLUE value IS 111 (43.75% from 255) = 68.52%

R = 16.05%
G = 15.43%
B = 68.52%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1A196F (or 0x1A196F) is known color: Midnight Blue. HEX triplet: 1A, 19 and 6F. RGB value is (26,25,111). Sum of RGB (Red+Green+Blue) = 26+25+111=162 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.05% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 111 (43.75% from 255 or 68.52% from 162); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A196F is #E5E690. Grayscale: #222222. Windows color (decimal): -15066769 or 7280922. OLE color: 7280922.

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

Color convert

RGB 26 25 111 -
CMYK 0.77 0.77 0 0.56
HSL 240.7º 0.63% 0.27% -
HSV(B) 240.7º 0.77% 0.44% -
XYZ 3.64 2.06 15.25 -
YUV 35.1 170.83 121.51 -
System Red Green Blue C M Y K H S L
Decimal 26 25 111 0.77 0.77 0 0.56 240.7 0.63 0.27
Hex 1A 19 6F 4D 4D 0 38 F1 3F 1B
Octal 32 31 157 115 115 0 70 361 77 33
Binary 11010 11001 1101111 1001101 1001101 0 111000 11110001 111111 11011

Color Harmonies of #1A196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A196F

Black with #1A196F

Text Example


Text Example

White with #1A196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,25,111); }

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

background-color css

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

 a { background-color: rgb(26,25,111); }

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

border-color css

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

 span { border-color: rgb(26,25,111); }

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