Html Css Color HEX #18025C Midnight Blue

📋 copy color: '#18025C'

red 24 ◦ green 2 ◦ blue 92

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

Shades of Midnight Blue #18025C

Tints of Midnight Blue #18025C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.69%

 BLUE value IS 92 (36.33% from 255) = 77.97%

R = 20.34%
G = 1.69%
B = 77.97%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18025C (or 0x18025C) is known color: Midnight Blue. HEX triplet: 18, 02 and 5C. RGB value is (24,2,92). Sum of RGB (Red+Green+Blue) = 24+2+92=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 92 (36.33% from 255 or 77.97% from 118); Max value from RGB is 92 - color contains mainly: blue. Hex color #18025C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18025C is #E7FDA3. Grayscale: #121212. Windows color (decimal): -15203748 or 6029848. OLE color: 6029848.

HSL color Cylindrical-coordinate representation of color #18025C: hue angle of 254.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18025C is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 2 92 -
CMYK 0.74 0.98 0 0.64
HSL 254.67º 0.96% 0.18% -
HSV(B) 254.67º 0.98% 0.36% -
XYZ 2.33 1.01 10.2 -
YUV 18.84 169.29 131.68 -
System Red Green Blue C M Y K H S L
Decimal 24 2 92 0.74 0.98 0 0.64 254.67 0.96 0.18
Hex 18 2 5C 4A 62 0 40 FF 60 12
Octal 30 2 134 112 142 0 100 377 140 22
Binary 11000 10 1011100 1001010 1100010 0 1000000 11111111 1100000 10010

Color Harmonies of #18025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18025C

Black with #18025C

Text Example


Text Example

White with #18025C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18025C; }

 p { color: rgb(24,2,92); }

 H1.HeaderClassName
 {
   color: #18025C;
 }
 .AnyTagClassName
 {
   color: #18025C;
 }
</style>

background-color css

<style>
 a { background-color: #18025C; }

 a { background-color: rgb(24,2,92); }

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

border-color css

<style>
 span { border-color: #18025C; }

 span { border-color: rgb(24,2,92); }

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