Html Css Color HEX #18005C Midnight Blue

📋 copy color: '#18005C'

red 24 ◦ green 0 ◦ blue 92

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

Shades of Midnight Blue #18005C

Tints of Midnight Blue #18005C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 20.69%
G = 0%
B = 79.31%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18005C (or 0x18005C) is known color: Midnight Blue. HEX triplet: 18, 00 and 5C. RGB value is (24,0,92). Sum of RGB (Red+Green+Blue) = 24+0+92=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 92 (36.33% from 255 or 79.31% from 116); Max value from RGB is 92 - color contains mainly: blue. Hex color #18005C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18005C is #E7FFA3. Grayscale: #111111. Windows color (decimal): -15204260 or 6029336. OLE color: 6029336.

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

Color convert

RGB 24 0 92 -
CMYK 0.74 1 0 0.64
HSL 255.65º 1% 0.18% -
HSV(B) 255.65º 1% 0.36% -
XYZ 2.31 0.97 10.19 -
YUV 17.66 169.95 132.52 -
System Red Green Blue C M Y K H S L
Decimal 24 0 92 0.74 1 0 0.64 255.65 1 0.18
Hex 18 0 5C 4A 64 0 40 100 64 12
Octal 30 0 134 112 144 0 100 400 144 22
Binary 11000 0 1011100 1001010 1100100 0 1000000 100000000 1100100 10010

Color Harmonies of #18005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18005C

Black with #18005C

Text Example


Text Example

White with #18005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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