Html Css Color HEX #18195C Midnight Blue

📋 copy color: '#18195C'

red 24 ◦ green 25 ◦ blue 92

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

Shades of Midnight Blue #18195C

Tints of Midnight Blue #18195C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.73%

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

R = 17.02%
G = 17.73%
B = 65.25%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18195C (or 0x18195C) is known color: Midnight Blue. HEX triplet: 18, 19 and 5C. RGB value is (24,25,92). Sum of RGB (Red+Green+Blue) = 24+25+92=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #18195C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18195C is #E7E6A3. Grayscale: #202020. Windows color (decimal): -15197860 or 6035736. OLE color: 6035736.

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

Color convert

RGB 24 25 92 -
CMYK 0.74 0.73 0 0.64
HSL 239.12º 0.59% 0.23% -
HSV(B) 239.12º 0.74% 0.36% -
XYZ 2.66 1.66 10.31 -
YUV 32.34 161.67 122.05 -
System Red Green Blue C M Y K H S L
Decimal 24 25 92 0.74 0.73 0 0.64 239.12 0.59 0.23
Hex 18 19 5C 4A 49 0 40 EF 3B 17
Octal 30 31 134 112 111 0 100 357 73 27
Binary 11000 11001 1011100 1001010 1001001 0 1000000 11101111 111011 10111

Color Harmonies of #18195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18195C

Black with #18195C

Text Example


Text Example

White with #18195C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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