Html Css Color HEX #1A187C Midnight Blue

📋 copy color: '#1A187C'

red 26 ◦ green 24 ◦ blue 124

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

Shades of Midnight Blue #1A187C

Tints of Midnight Blue #1A187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.79%

 BLUE value IS 124 (48.83% from 255) = 71.26%

R = 14.94%
G = 13.79%
B = 71.26%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1A187C (or 0x1A187C) is known color: Midnight Blue. HEX triplet: 1A, 18 and 7C. RGB value is (26,24,124). Sum of RGB (Red+Green+Blue) = 26+24+124=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A187C is #E5E783. Grayscale: #232323. Windows color (decimal): -15067012 or 8132634. OLE color: 8132634.

HSL color Cylindrical-coordinate representation of color #1A187C: hue angle of 241.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A187C is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 26 24 124 -
CMYK 0.79 0.81 0 0.51
HSL 241.2º 0.68% 0.29% -
HSV(B) 241.2º 0.81% 0.49% -
XYZ 4.39 2.33 19.29 -
YUV 36 177.66 120.87 -
System Red Green Blue C M Y K H S L
Decimal 26 24 124 0.79 0.81 0 0.51 241.2 0.68 0.29
Hex 1A 18 7C 4F 51 0 33 F1 44 1D
Octal 32 30 174 117 121 0 63 361 104 35
Binary 11010 11000 1111100 1001111 1010001 0 110011 11110001 1000100 11101

Color Harmonies of #1A187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A187C

Black with #1A187C

Text Example


Text Example

White with #1A187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,24,124); }

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

background-color css

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

 a { background-color: rgb(26,24,124); }

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

border-color css

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

 span { border-color: rgb(26,24,124); }

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