Html Css Color HEX #1A246F Midnight Blue

📋 copy color: '#1A246F'

red 26 ◦ green 36 ◦ blue 111

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

Shades of Midnight Blue #1A246F

Tints of Midnight Blue #1A246F

RGB

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

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

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

R = 15.03%
G = 20.81%
B = 64.16%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1A246F (or 0x1A246F) is known color: Midnight Blue. HEX triplet: 1A, 24 and 6F. RGB value is (26,36,111). Sum of RGB (Red+Green+Blue) = 26+36+111=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 111 (43.75% from 255 or 64.16% from 173); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A246F is #E5DB90. Grayscale: #292929. Windows color (decimal): -15063953 or 7283738. OLE color: 7283738.

HSL color Cylindrical-coordinate representation of color #1A246F: hue angle of 232.94º degrees, saturation: 0.62, 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 #1A246F is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 36 111 -
CMYK 0.77 0.68 0 0.56
HSL 232.94º 0.62% 0.27% -
HSV(B) 232.94º 0.77% 0.44% -
XYZ 3.93 2.63 15.34 -
YUV 41.56 167.19 116.9 -
System Red Green Blue C M Y K H S L
Decimal 26 36 111 0.77 0.68 0 0.56 232.94 0.62 0.27
Hex 1A 24 6F 4D 44 0 38 E9 3E 1B
Octal 32 44 157 115 104 0 70 351 76 33
Binary 11010 100100 1101111 1001101 1000100 0 111000 11101001 111110 11011

Color Harmonies of #1A246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A246F

Black with #1A246F

Text Example


Text Example

White with #1A246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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