Html Css Color HEX #1211AF New Midnight Blue

📋 copy color: '#1211AF'

red 18 ◦ green 17 ◦ blue 175

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

Shades of New Midnight Blue #1211AF

Tints of New Midnight Blue #1211AF

RGB

 RED value IS 18 (7.42% from 255) = 8.57%

 GREEN value IS 17 (7.03% from 255) = 8.1%

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

R = 8.57%
G = 8.1%
B = 83.33%

CMYK

 C value IS 0.90

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1211AF (or 0x1211AF) is known color: New Midnight Blue. HEX triplet: 12, 11 and AF. RGB value is (18,17,175). Sum of RGB (Red+Green+Blue) = 18+17+175=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 175 (68.75% from 255 or 83.33% from 210); Max value from RGB is 175 - color contains mainly: blue. Hex color #1211AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1211AF is #EDEE50. Grayscale: #222222. Windows color (decimal): -15593041 or 11473170. OLE color: 11473170.

HSL color Cylindrical-coordinate representation of color #1211AF: hue angle of 240.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1211AF is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 17 175 -
CMYK 0.90 0.90 0 0.31
HSL 240.38º 0.82% 0.38% -
HSV(B) 240.38º 0.9% 0.69% -
XYZ 8.19 3.62 40.83 -
YUV 35.31 206.83 115.65 -
System Red Green Blue C M Y K H S L
Decimal 18 17 175 0.90 0.90 0 0.31 240.38 0.82 0.38
Hex 12 11 AF 5A 5A 0 1F F0 52 26
Octal 22 21 257 132 132 0 37 360 122 46
Binary 10010 10001 10101111 1011010 1011010 0 11111 11110000 1010010 100110

Color Harmonies of #1211AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1211AF

Black with #1211AF

Text Example


Text Example

White with #1211AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,17,175); }

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

background-color css

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

 a { background-color: rgb(18,17,175); }

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

border-color css

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

 span { border-color: rgb(18,17,175); }

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