Html Css Color HEX #1A0067 Midnight Blue

📋 copy color: '#1A0067'

red 26 ◦ green 0 ◦ blue 103

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

Shades of Midnight Blue #1A0067

Tints of Midnight Blue #1A0067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 103 (40.63% from 255) = 79.84%

R = 20.16%
G = 0%
B = 79.84%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1A0067 (or 0x1A0067) is known color: Midnight Blue. HEX triplet: 1A, 00 and 67. RGB value is (26,0,103). Sum of RGB (Red+Green+Blue) = 26+0+103=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 103 (40.62% from 255 or 79.84% from 129); Max value from RGB is 103 - color contains mainly: blue. Hex color #1A0067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0067 is #E5FF98. Grayscale: #131313. Windows color (decimal): -15073177 or 6750234. OLE color: 6750234.

HSL color Cylindrical-coordinate representation of color #1A0067: hue angle of 255.15º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0067 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 26 0 103 -
CMYK 0.75 1 0 0.60
HSL 255.15º 1% 0.2% -
HSV(B) 255.15º 1% 0.4% -
XYZ 2.87 1.2 12.91 -
YUV 19.52 175.11 132.62 -
System Red Green Blue C M Y K H S L
Decimal 26 0 103 0.75 1 0 0.60 255.15 1 0.2
Hex 1A 0 67 4B 64 0 3C FF 64 14
Octal 32 0 147 113 144 0 74 377 144 24
Binary 11010 0 1100111 1001011 1100100 0 111100 11111111 1100100 10100

Color Harmonies of #1A0067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0067

Black with #1A0067

Text Example


Text Example

White with #1A0067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,0,103); }

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

background-color css

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

 a { background-color: rgb(26,0,103); }

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

border-color css

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

 span { border-color: rgb(26,0,103); }

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