Html Css Color HEX #18035E Midnight Blue

📋 copy color: '#18035E'

red 24 ◦ green 3 ◦ blue 94

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

Shades of Midnight Blue #18035E

Tints of Midnight Blue #18035E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.48%

 BLUE value IS 94 (37.11% from 255) = 77.69%

R = 19.83%
G = 2.48%
B = 77.69%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18035E (or 0x18035E) is known color: Midnight Blue. HEX triplet: 18, 03 and 5E. RGB value is (24,3,94). Sum of RGB (Red+Green+Blue) = 24+3+94=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 94 (37.11% from 255 or 77.69% from 121); Max value from RGB is 94 - color contains mainly: blue. Hex color #18035E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18035E is #E7FCA1. Grayscale: #131313. Windows color (decimal): -15203490 or 6161176. OLE color: 6161176.

HSL color Cylindrical-coordinate representation of color #18035E: hue angle of 253.85º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18035E is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 3 94 -
CMYK 0.74 0.97 0 0.63
HSL 253.85º 0.94% 0.19% -
HSV(B) 253.85º 0.97% 0.37% -
XYZ 2.43 1.07 10.67 -
YUV 19.65 169.96 131.1 -
System Red Green Blue C M Y K H S L
Decimal 24 3 94 0.74 0.97 0 0.63 253.85 0.94 0.19
Hex 18 3 5E 4A 61 0 3F FE 5E 13
Octal 30 3 136 112 141 0 77 376 136 23
Binary 11000 11 1011110 1001010 1100001 0 111111 11111110 1011110 10011

Color Harmonies of #18035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18035E

Black with #18035E

Text Example


Text Example

White with #18035E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,3,94); }

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

background-color css

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

 a { background-color: rgb(24,3,94); }

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

border-color css

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

 span { border-color: rgb(24,3,94); }

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