Html Css Color HEX #1A0462 Midnight Blue

📋 copy color: '#1A0462'

red 26 ◦ green 4 ◦ blue 98

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

Shades of Midnight Blue #1A0462

Tints of Midnight Blue #1A0462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.13%

 BLUE value IS 98 (38.67% from 255) = 76.56%

R = 20.31%
G = 3.13%
B = 76.56%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1A0462 (or 0x1A0462) is known color: Midnight Blue. HEX triplet: 1A, 04 and 62. RGB value is (26,4,98). Sum of RGB (Red+Green+Blue) = 26+4+98=128 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.31% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 98 (38.67% from 255 or 76.56% from 128); Max value from RGB is 98 - color contains mainly: blue. Hex color #1A0462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0462 is #E5FB9D. Grayscale: #141414. Windows color (decimal): -15072158 or 6423578. OLE color: 6423578.

HSL color Cylindrical-coordinate representation of color #1A0462: hue angle of 254.04º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A0462 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 26 4 98 -
CMYK 0.73 0.96 0 0.62
HSL 254.04º 0.92% 0.2% -
HSV(B) 254.04º 0.96% 0.38% -
XYZ 2.67 1.19 11.64 -
YUV 21.29 171.29 131.36 -
System Red Green Blue C M Y K H S L
Decimal 26 4 98 0.73 0.96 0 0.62 254.04 0.92 0.2
Hex 1A 4 62 49 60 0 3E FE 5C 14
Octal 32 4 142 111 140 0 76 376 134 24
Binary 11010 100 1100010 1001001 1100000 0 111110 11111110 1011100 10100

Color Harmonies of #1A0462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0462

Black with #1A0462

Text Example


Text Example

White with #1A0462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,4,98); }

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

background-color css

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

 a { background-color: rgb(26,4,98); }

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

border-color css

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

 span { border-color: rgb(26,4,98); }

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