Html Css Color HEX #18135B Midnight Blue

📋 copy color: '#18135B'

red 24 ◦ green 19 ◦ blue 91

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

Shades of Midnight Blue #18135B

Tints of Midnight Blue #18135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.18%

 BLUE value IS 91 (35.94% from 255) = 67.91%

R = 17.91%
G = 14.18%
B = 67.91%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18135B (or 0x18135B) is known color: Midnight Blue. HEX triplet: 18, 13 and 5B. RGB value is (24,19,91). Sum of RGB (Red+Green+Blue) = 24+19+91=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #18135B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18135B is #E7ECA4. Grayscale: #1C1C1C. Windows color (decimal): -15199397 or 5968664. OLE color: 5968664.

HSL color Cylindrical-coordinate representation of color #18135B: hue angle of 244.17º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18135B is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 19 91 -
CMYK 0.74 0.79 0 0.64
HSL 244.17º 0.65% 0.22% -
HSV(B) 244.17º 0.79% 0.36% -
XYZ 2.5 1.42 10.04 -
YUV 28.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 24 19 91 0.74 0.79 0 0.64 244.17 0.65 0.22
Hex 18 13 5B 4A 4F 0 40 F4 41 16
Octal 30 23 133 112 117 0 100 364 101 26
Binary 11000 10011 1011011 1001010 1001111 0 1000000 11110100 1000001 10110

Color Harmonies of #18135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18135B

Black with #18135B

Text Example


Text Example

White with #18135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18135B; }

 p { color: rgb(24,19,91); }

 H1.HeaderClassName
 {
   color: #18135B;
 }
 .AnyTagClassName
 {
   color: #18135B;
 }
</style>

background-color css

<style>
 a { background-color: #18135B; }

 a { background-color: rgb(24,19,91); }

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

border-color css

<style>
 span { border-color: #18135B; }

 span { border-color: rgb(24,19,91); }

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