Html Css Color HEX #1A006D Midnight Blue

📋 copy color: '#1A006D'

red 26 ◦ green 0 ◦ blue 109

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

Shades of Midnight Blue #1A006D

Tints of Midnight Blue #1A006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 80.74%

R = 19.26%
G = 0%
B = 80.74%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1A006D (or 0x1A006D) is known color: Midnight Blue. HEX triplet: 1A, 00 and 6D. RGB value is (26,0,109). Sum of RGB (Red+Green+Blue) = 26+0+109=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 109 (42.97% from 255 or 80.74% from 135); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A006D is #E5FF92. Grayscale: #131313. Windows color (decimal): -15073171 or 7143450. OLE color: 7143450.

HSL color Cylindrical-coordinate representation of color #1A006D: hue angle of 254.31º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A006D is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 26 0 109 -
CMYK 0.76 1 0 0.57
HSL 254.31º 1% 0.21% -
HSV(B) 254.31º 1% 0.43% -
XYZ 3.19 1.32 14.56 -
YUV 20.2 178.11 132.14 -
System Red Green Blue C M Y K H S L
Decimal 26 0 109 0.76 1 0 0.57 254.31 1 0.21
Hex 1A 0 6D 4C 64 0 39 FE 64 15
Octal 32 0 155 114 144 0 71 376 144 25
Binary 11010 0 1101101 1001100 1100100 0 111001 11111110 1100100 10101

Color Harmonies of #1A006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A006D

Black with #1A006D

Text Example


Text Example

White with #1A006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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