Html Css Color HEX #18016E Midnight Blue

📋 copy color: '#18016E'

red 24 ◦ green 1 ◦ blue 110

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

Shades of Midnight Blue #18016E

Tints of Midnight Blue #18016E

RGB

 RED value IS 24 (9.77% from 255) = 17.78%

 GREEN value IS 1 (0.78% from 255) = 0.74%

 BLUE value IS 110 (43.36% from 255) = 81.48%

R = 17.78%
G = 0.74%
B = 81.48%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18016E (or 0x18016E) is known color: Midnight Blue. HEX triplet: 18, 01 and 6E. RGB value is (24,1,110). Sum of RGB (Red+Green+Blue) = 24+1+110=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 110 (43.36% from 255 or 81.48% from 135); Max value from RGB is 110 - color contains mainly: blue. Hex color #18016E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18016E is #E7FE91. Grayscale: #131313. Windows color (decimal): -15203986 or 7209240. OLE color: 7209240.

HSL color Cylindrical-coordinate representation of color #18016E: hue angle of 252.66º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18016E is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 24 1 110 -
CMYK 0.78 0.99 0 0.57
HSL 252.66º 0.98% 0.22% -
HSV(B) 252.66º 0.99% 0.43% -
XYZ 3.2 1.34 14.84 -
YUV 20.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 24 1 110 0.78 0.99 0 0.57 252.66 0.98 0.22
Hex 18 1 6E 4E 63 0 39 FD 62 16
Octal 30 1 156 116 143 0 71 375 142 26
Binary 11000 1 1101110 1001110 1100011 0 111001 11111101 1100010 10110

Color Harmonies of #18016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18016E

Black with #18016E

Text Example


Text Example

White with #18016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18016E; }

 p { color: rgb(24,1,110); }

 H1.HeaderClassName
 {
   color: #18016E;
 }
 .AnyTagClassName
 {
   color: #18016E;
 }
</style>

background-color css

<style>
 a { background-color: #18016E; }

 a { background-color: rgb(24,1,110); }

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

border-color css

<style>
 span { border-color: #18016E; }

 span { border-color: rgb(24,1,110); }

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