Html Css Color HEX #1203AD New Midnight Blue

📋 copy color: '#1203AD'

red 18 ◦ green 3 ◦ blue 173

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

Shades of New Midnight Blue #1203AD

Tints of New Midnight Blue #1203AD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

 BLUE value IS 173 (67.97% from 255) = 89.18%

R = 9.28%
G = 1.55%
B = 89.18%

CMYK

 C value IS 0.90

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1203AD (or 0x1203AD) is known color: New Midnight Blue. HEX triplet: 12, 03 and AD. RGB value is (18,3,173). Sum of RGB (Red+Green+Blue) = 18+3+173=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 173 (67.97% from 255 or 89.18% from 194); Max value from RGB is 173 - color contains mainly: blue. Hex color #1203AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1203AD is #EDFC52. Grayscale: #1A1A1A. Windows color (decimal): -15596627 or 11338514. OLE color: 11338514.

HSL color Cylindrical-coordinate representation of color #1203AD: hue angle of 245.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1203AD is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 3 173 -
CMYK 0.90 0.98 0 0.32
HSL 245.29º 0.97% 0.35% -
HSV(B) 245.29º 0.98% 0.68% -
XYZ 7.82 3.21 39.74 -
YUV 26.87 210.47 121.68 -
System Red Green Blue C M Y K H S L
Decimal 18 3 173 0.90 0.98 0 0.32 245.29 0.97 0.35
Hex 12 3 AD 5A 62 0 20 F5 61 23
Octal 22 3 255 132 142 0 40 365 141 43
Binary 10010 11 10101101 1011010 1100010 0 100000 11110101 1100001 100011

Color Harmonies of #1203AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1203AD

Black with #1203AD

Text Example


Text Example

White with #1203AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1203AD; }

 p { color: rgb(18,3,173); }

 H1.HeaderClassName
 {
   color: #1203AD;
 }
 .AnyTagClassName
 {
   color: #1203AD;
 }
</style>

background-color css

<style>
 a { background-color: #1203AD; }

 a { background-color: rgb(18,3,173); }

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

border-color css

<style>
 span { border-color: #1203AD; }

 span { border-color: rgb(18,3,173); }

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