Html Css Color HEX #1206AF New Midnight Blue

📋 copy color: '#1206AF'

red 18 ◦ green 6 ◦ blue 175

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

Shades of New Midnight Blue #1206AF

Tints of New Midnight Blue #1206AF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

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

R = 9.05%
G = 3.02%
B = 87.94%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1206AF (or 0x1206AF) is known color: New Midnight Blue. HEX triplet: 12, 06 and AF. RGB value is (18,6,175). Sum of RGB (Red+Green+Blue) = 18+6+175=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 6 (2.73% from 255 or 3.02% 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 #1206AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1206AF is #EDF950. Grayscale: #1C1C1C. Windows color (decimal): -15595857 or 11470354. OLE color: 11470354.

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

Color convert

RGB 18 6 175 -
CMYK 0.90 0.97 0 0.31
HSL 244.26º 0.93% 0.35% -
HSV(B) 244.26º 0.97% 0.69% -
XYZ 8.05 3.35 40.78 -
YUV 28.85 210.48 120.26 -
System Red Green Blue C M Y K H S L
Decimal 18 6 175 0.90 0.97 0 0.31 244.26 0.93 0.35
Hex 12 6 AF 5A 61 0 1F F4 5D 23
Octal 22 6 257 132 141 0 37 364 135 43
Binary 10010 110 10101111 1011010 1100001 0 11111 11110100 1011101 100011

Color Harmonies of #1206AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1206AF

Black with #1206AF

Text Example


Text Example

White with #1206AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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