Html Css Color HEX #18257A Midnight Blue

📋 copy color: '#18257A'

red 24 ◦ green 37 ◦ blue 122

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

Shades of Midnight Blue #18257A

Tints of Midnight Blue #18257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 66.67%

R = 13.11%
G = 20.22%
B = 66.67%

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

#18257A (or 0x18257A) is known color: Midnight Blue. HEX triplet: 18, 25 and 7A. RGB value is (24,37,122). Sum of RGB (Red+Green+Blue) = 24+37+122=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 122 (48.05% from 255 or 66.67% from 183); Max value from RGB is 122 - color contains mainly: blue. Hex color #18257A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18257A is #E7DA85. Grayscale: #2A2A2A. Windows color (decimal): -15194758 or 8004888. OLE color: 8004888.

HSL color Cylindrical-coordinate representation of color #18257A: hue angle of 232.04º 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 #18257A is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 37 122 -
CMYK 0.80 0.70 0 0.52
HSL 232.04º 0.67% 0.29% -
HSV(B) 232.04º 0.8% 0.48% -
XYZ 4.55 2.92 18.74 -
YUV 42.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 24 37 122 0.80 0.70 0 0.52 232.04 0.67 0.29
Hex 18 25 7A 50 46 0 34 E8 43 1D
Octal 30 45 172 120 106 0 64 350 103 35
Binary 11000 100101 1111010 1010000 1000110 0 110100 11101000 1000011 11101

Color Harmonies of #18257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18257A

Black with #18257A

Text Example


Text Example

White with #18257A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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