Html Css Color HEX #18227D Midnight Blue

📋 copy color: '#18227D'

red 24 ◦ green 34 ◦ blue 125

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

Shades of Midnight Blue #18227D

Tints of Midnight Blue #18227D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.58%

 BLUE value IS 125 (49.22% from 255) = 68.31%

R = 13.11%
G = 18.58%
B = 68.31%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18227D (or 0x18227D) is known color: Midnight Blue. HEX triplet: 18, 22 and 7D. RGB value is (24,34,125). Sum of RGB (Red+Green+Blue) = 24+34+125=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #18227D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18227D is #E7DD82. Grayscale: #292929. Windows color (decimal): -15195523 or 8200728. OLE color: 8200728.

HSL color Cylindrical-coordinate representation of color #18227D: hue angle of 234.06º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18227D is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 34 125 -
CMYK 0.81 0.73 0 0.51
HSL 234.06º 0.68% 0.29% -
HSV(B) 234.06º 0.81% 0.49% -
XYZ 4.65 2.82 19.7 -
YUV 41.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 24 34 125 0.81 0.73 0 0.51 234.06 0.68 0.29
Hex 18 22 7D 51 49 0 33 EA 44 1D
Octal 30 42 175 121 111 0 63 352 104 35
Binary 11000 100010 1111101 1010001 1001001 0 110011 11101010 1000100 11101

Color Harmonies of #18227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18227D

Black with #18227D

Text Example


Text Example

White with #18227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18227D; }

 p { color: rgb(24,34,125); }

 H1.HeaderClassName
 {
   color: #18227D;
 }
 .AnyTagClassName
 {
   color: #18227D;
 }
</style>

background-color css

<style>
 a { background-color: #18227D; }

 a { background-color: rgb(24,34,125); }

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

border-color css

<style>
 span { border-color: #18227D; }

 span { border-color: rgb(24,34,125); }

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