Html Css Color HEX #18257B Midnight Blue

📋 copy color: '#18257B'

red 24 ◦ green 37 ◦ blue 123

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

Shades of Midnight Blue #18257B

Tints of Midnight Blue #18257B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 66.85%

R = 13.04%
G = 20.11%
B = 66.85%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#18257B (or 0x18257B) is known color: Midnight Blue. HEX triplet: 18, 25 and 7B. RGB value is (24,37,123). Sum of RGB (Red+Green+Blue) = 24+37+123=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 123 (48.44% from 255 or 66.85% from 184); Max value from RGB is 123 - color contains mainly: blue. Hex color #18257B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18257B is #E7DA84. Grayscale: #2A2A2A. Windows color (decimal): -15194757 or 8070424. OLE color: 8070424.

HSL color Cylindrical-coordinate representation of color #18257B: hue angle of 232.12º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18257B is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 37 123 -
CMYK 0.80 0.70 0 0.52
HSL 232.12º 0.67% 0.29% -
HSV(B) 232.12º 0.8% 0.48% -
XYZ 4.61 2.95 19.06 -
YUV 42.92 173.19 114.51 -
System Red Green Blue C M Y K H S L
Decimal 24 37 123 0.80 0.70 0 0.52 232.12 0.67 0.29
Hex 18 25 7B 50 46 0 34 E8 43 1D
Octal 30 45 173 120 106 0 64 350 103 35
Binary 11000 100101 1111011 1010000 1000110 0 110100 11101000 1000011 11101

Color Harmonies of #18257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18257B

Black with #18257B

Text Example


Text Example

White with #18257B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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