Html Css Color HEX #18258B Midnight Blue

📋 copy color: '#18258B'

red 24 ◦ green 37 ◦ blue 139

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

Shades of Midnight Blue #18258B

Tints of Midnight Blue #18258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.5%

 BLUE value IS 139 (54.69% from 255) = 69.5%

R = 12%
G = 18.5%
B = 69.5%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18258B (or 0x18258B) is known color: Midnight Blue. HEX triplet: 18, 25 and 8B. RGB value is (24,37,139). Sum of RGB (Red+Green+Blue) = 24+37+139=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #18258B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18258B is #E7DA74. Grayscale: #2C2C2C. Windows color (decimal): -15194741 or 9119000. OLE color: 9119000.

HSL color Cylindrical-coordinate representation of color #18258B: hue angle of 233.22º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18258B is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 37 139 -
CMYK 0.83 0.73 0 0.45
HSL 233.22º 0.71% 0.32% -
HSV(B) 233.22º 0.83% 0.55% -
XYZ 5.7 3.38 24.78 -
YUV 44.74 181.19 113.21 -
System Red Green Blue C M Y K H S L
Decimal 24 37 139 0.83 0.73 0 0.45 233.22 0.71 0.32
Hex 18 25 8B 53 49 0 2D E9 47 20
Octal 30 45 213 123 111 0 55 351 107 40
Binary 11000 100101 10001011 1010011 1001001 0 101101 11101001 1000111 100000

Color Harmonies of #18258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18258B

Black with #18258B

Text Example


Text Example

White with #18258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,37,139); }

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

background-color css

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

 a { background-color: rgb(24,37,139); }

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

border-color css

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

 span { border-color: rgb(24,37,139); }

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