Html Css Color HEX #1A0758 Midnight Blue

📋 copy color: '#1A0758'

red 26 ◦ green 7 ◦ blue 88

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

Shades of Midnight Blue #1A0758

Tints of Midnight Blue #1A0758

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.79%

 BLUE value IS 88 (34.77% from 255) = 72.73%

R = 21.49%
G = 5.79%
B = 72.73%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1A0758 (or 0x1A0758) is known color: Midnight Blue. HEX triplet: 1A, 07 and 58. RGB value is (26,7,88). Sum of RGB (Red+Green+Blue) = 26+7+88=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 88 (34.77% from 255 or 72.73% from 121); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A0758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0758 is #E5F8A7. Grayscale: #151515. Windows color (decimal): -15071400 or 5768986. OLE color: 5768986.

HSL color Cylindrical-coordinate representation of color #1A0758: hue angle of 254.07º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A0758 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 26 7 88 -
CMYK 0.70 0.92 0 0.65
HSL 254.07º 0.85% 0.19% -
HSV(B) 254.07º 0.92% 0.35% -
XYZ 2.26 1.08 9.32 -
YUV 21.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 26 7 88 0.70 0.92 0 0.65 254.07 0.85 0.19
Hex 1A 7 58 46 5C 0 41 FE 55 13
Octal 32 7 130 106 134 0 101 376 125 23
Binary 11010 111 1011000 1000110 1011100 0 1000001 11111110 1010101 10011

Color Harmonies of #1A0758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0758

Black with #1A0758

Text Example


Text Example

White with #1A0758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,7,88); }

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

background-color css

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

 a { background-color: rgb(26,7,88); }

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

border-color css

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

 span { border-color: rgb(26,7,88); }

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