Html Css Color HEX #1A237F Midnight Blue

📋 copy color: '#1A237F'

red 26 ◦ green 35 ◦ blue 127

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

Shades of Midnight Blue #1A237F

Tints of Midnight Blue #1A237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.62%

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

R = 13.83%
G = 18.62%
B = 67.55%

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

#1A237F (or 0x1A237F) is known color: Midnight Blue. HEX triplet: 1A, 23 and 7F. RGB value is (26,35,127). Sum of RGB (Red+Green+Blue) = 26+35+127=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 127 (50% from 255 or 67.55% from 188); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A237F is #E5DC80. Grayscale: #2A2A2A. Windows color (decimal): -15064193 or 8332058. OLE color: 8332058.

HSL color Cylindrical-coordinate representation of color #1A237F: hue angle of 234.65º 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 #1A237F is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 26 35 127 -
CMYK 0.80 0.72 0 0.50
HSL 234.65º 0.66% 0.3% -
HSV(B) 234.65º 0.8% 0.5% -
XYZ 4.86 2.95 20.39 -
YUV 42.8 175.52 116.02 -
System Red Green Blue C M Y K H S L
Decimal 26 35 127 0.80 0.72 0 0.50 234.65 0.66 0.3
Hex 1A 23 7F 50 48 0 32 EB 42 1E
Octal 32 43 177 120 110 0 62 353 102 36
Binary 11010 100011 1111111 1010000 1001000 0 110010 11101011 1000010 11110

Color Harmonies of #1A237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A237F

Black with #1A237F

Text Example


Text Example

White with #1A237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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