Html Css Color HEX #1C16AD Ultramarine

📋 copy color: '#1C16AD'

red 28 ◦ green 22 ◦ blue 173

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

Shades of Ultramarine #1C16AD

Tints of Ultramarine #1C16AD

RGB

 RED value IS 28 (11.33% from 255) = 12.56%

 GREEN value IS 22 (8.98% from 255) = 9.87%

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

R = 12.56%
G = 9.87%
B = 77.58%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C16AD (or 0x1C16AD) is known color: Ultramarine. HEX triplet: 1C, 16 and AD. RGB value is (28,22,173). Sum of RGB (Red+Green+Blue) = 28+22+173=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 173 (67.97% from 255 or 77.58% from 223); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C16AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C16AD is #E3E952. Grayscale: #282828. Windows color (decimal): -14936403 or 11343388. OLE color: 11343388.

HSL color Cylindrical-coordinate representation of color #1C16AD: hue angle of 242.38º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C16AD is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 22 173 -
CMYK 0.84 0.87 0 0.32
HSL 242.38º 0.77% 0.38% -
HSV(B) 242.38º 0.87% 0.68% -
XYZ 8.31 3.84 39.84 -
YUV 41.01 202.49 118.72 -
System Red Green Blue C M Y K H S L
Decimal 28 22 173 0.84 0.87 0 0.32 242.38 0.77 0.38
Hex 1C 16 AD 54 57 0 20 F2 4D 26
Octal 34 26 255 124 127 0 40 362 115 46
Binary 11100 10110 10101101 1010100 1010111 0 100000 11110010 1001101 100110

Color Harmonies of #1C16AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C16AD

Black with #1C16AD

Text Example


Text Example

White with #1C16AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C16AD; }

 p { color: rgb(28,22,173); }

 H1.HeaderClassName
 {
   color: #1C16AD;
 }
 .AnyTagClassName
 {
   color: #1C16AD;
 }
</style>

background-color css

<style>
 a { background-color: #1C16AD; }

 a { background-color: rgb(28,22,173); }

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

border-color css

<style>
 span { border-color: #1C16AD; }

 span { border-color: rgb(28,22,173); }

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