Html Css Color HEX #1800AF New Midnight Blue

📋 copy color: '#1800AF'

red 24 ◦ green 0 ◦ blue 175

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

Shades of New Midnight Blue #1800AF

Tints of New Midnight Blue #1800AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 87.94%

R = 12.06%
G = 0%
B = 87.94%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1800AF (or 0x1800AF) is known color: New Midnight Blue. HEX triplet: 18, 00 and AF. RGB value is (24,0,175). Sum of RGB (Red+Green+Blue) = 24+0+175=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 175 (68.75% from 255 or 87.94% from 199); Max value from RGB is 175 - color contains mainly: blue. Hex color #1800AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1800AF is #E7FF50. Grayscale: #1A1A1A. Windows color (decimal): -15204177 or 11468824. OLE color: 11468824.

HSL color Cylindrical-coordinate representation of color #1800AF: hue angle of 248.23º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1800AF is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 0 175 -
CMYK 0.86 1 0 0.31
HSL 248.23º 1% 0.34% -
HSV(B) 248.23º 1% 0.69% -
XYZ 8.11 3.29 40.76 -
YUV 27.13 211.45 125.77 -
System Red Green Blue C M Y K H S L
Decimal 24 0 175 0.86 1 0 0.31 248.23 1 0.34
Hex 18 0 AF 56 64 0 1F F8 64 22
Octal 30 0 257 126 144 0 37 370 144 42
Binary 11000 0 10101111 1010110 1100100 0 11111 11111000 1100100 100010

Color Harmonies of #1800AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1800AF

Black with #1800AF

Text Example


Text Example

White with #1800AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1800AF; }

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

 H1.HeaderClassName
 {
   color: #1800AF;
 }
 .AnyTagClassName
 {
   color: #1800AF;
 }
</style>

background-color css

<style>
 a { background-color: #1800AF; }

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

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

border-color css

<style>
 span { border-color: #1800AF; }

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

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