Html Css Color HEX #1217AD Ultramarine

📋 copy color: '#1217AD'

red 18 ◦ green 23 ◦ blue 173

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

Shades of Ultramarine #1217AD

Tints of Ultramarine #1217AD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

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

R = 8.41%
G = 10.75%
B = 80.84%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1217AD (or 0x1217AD) is known color: Ultramarine. HEX triplet: 12, 17 and AD. RGB value is (18,23,173). Sum of RGB (Red+Green+Blue) = 18+23+173=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 173 (67.97% from 255 or 80.84% from 214); Max value from RGB is 173 - color contains mainly: blue. Hex color #1217AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1217AD is #EDE852. Grayscale: #262626. Windows color (decimal): -15591507 or 11343634. OLE color: 11343634.

HSL color Cylindrical-coordinate representation of color #1217AD: hue angle of 238.06º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1217AD is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 23 173 -
CMYK 0.90 0.87 0 0.32
HSL 238.06º 0.81% 0.37% -
HSV(B) 238.06º 0.9% 0.68% -
XYZ 8.1 3.76 39.83 -
YUV 38.61 203.84 113.3 -
System Red Green Blue C M Y K H S L
Decimal 18 23 173 0.90 0.87 0 0.32 238.06 0.81 0.37
Hex 12 17 AD 5A 57 0 20 EE 51 25
Octal 22 27 255 132 127 0 40 356 121 45
Binary 10010 10111 10101101 1011010 1010111 0 100000 11101110 1010001 100101

Color Harmonies of #1217AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1217AD

Black with #1217AD

Text Example


Text Example

White with #1217AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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