Html Css Color HEX #1A247F Midnight Blue

📋 copy color: '#1A247F'

red 26 ◦ green 36 ◦ blue 127

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

Shades of Midnight Blue #1A247F

Tints of Midnight Blue #1A247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.05%

 BLUE value IS 127 (50% from 255) = 67.2%

R = 13.76%
G = 19.05%
B = 67.2%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1A247F (or 0x1A247F) is known color: Midnight Blue. HEX triplet: 1A, 24 and 7F. RGB value is (26,36,127). Sum of RGB (Red+Green+Blue) = 26+36+127=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 127 (50% from 255 or 67.20% from 189); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A247F is #E5DB80. Grayscale: #2B2B2B. Windows color (decimal): -15063937 or 8332314. OLE color: 8332314.

HSL color Cylindrical-coordinate representation of color #1A247F: hue angle of 234.06º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A247F is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 26 36 127 -
CMYK 0.80 0.72 0 0.50
HSL 234.06º 0.66% 0.3% -
HSV(B) 234.06º 0.8% 0.5% -
XYZ 4.89 3.01 20.4 -
YUV 43.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 26 36 127 0.80 0.72 0 0.50 234.06 0.66 0.3
Hex 1A 24 7F 50 48 0 32 EA 42 1E
Octal 32 44 177 120 110 0 62 352 102 36
Binary 11010 100100 1111111 1010000 1001000 0 110010 11101010 1000010 11110

Color Harmonies of #1A247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A247F

Black with #1A247F

Text Example


Text Example

White with #1A247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,36,127); }

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

background-color css

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

 a { background-color: rgb(26,36,127); }

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

border-color css

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

 span { border-color: rgb(26,36,127); }

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