Html Css Color HEX #1A137A Midnight Blue

📋 copy color: '#1A137A'

red 26 ◦ green 19 ◦ blue 122

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

Shades of Midnight Blue #1A137A

Tints of Midnight Blue #1A137A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

 BLUE value IS 122 (48.05% from 255) = 73.05%

R = 15.57%
G = 11.38%
B = 73.05%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1A137A (or 0x1A137A) is known color: Midnight Blue. HEX triplet: 1A, 13 and 7A. RGB value is (26,19,122). Sum of RGB (Red+Green+Blue) = 26+19+122=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 122 (48.05% from 255 or 73.05% from 167); Max value from RGB is 122 - color contains mainly: blue. Hex color #1A137A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A137A is #E5EC85. Grayscale: #202020. Windows color (decimal): -15068294 or 8000282. OLE color: 8000282.

HSL color Cylindrical-coordinate representation of color #1A137A: hue angle of 244.08º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A137A is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 26 19 122 -
CMYK 0.79 0.84 0 0.52
HSL 244.08º 0.73% 0.28% -
HSV(B) 244.08º 0.84% 0.48% -
XYZ 4.17 2.09 18.6 -
YUV 32.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 26 19 122 0.79 0.84 0 0.52 244.08 0.73 0.28
Hex 1A 13 7A 4F 54 0 34 F4 49 1C
Octal 32 23 172 117 124 0 64 364 111 34
Binary 11010 10011 1111010 1001111 1010100 0 110100 11110100 1001001 11100

Color Harmonies of #1A137A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A137A

Black with #1A137A

Text Example


Text Example

White with #1A137A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,19,122); }

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

background-color css

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

 a { background-color: rgb(26,19,122); }

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

border-color css

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

 span { border-color: rgb(26,19,122); }

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