Html Css Color HEX #1C0AAD Ultramarine

📋 copy color: '#1C0AAD'

red 28 ◦ green 10 ◦ blue 173

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

Shades of Ultramarine #1C0AAD

Tints of Ultramarine #1C0AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.74%

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

R = 13.27%
G = 4.74%
B = 81.99%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C0AAD (or 0x1C0AAD) is known color: Ultramarine. HEX triplet: 1C, 0A and AD. RGB value is (28,10,173). Sum of RGB (Red+Green+Blue) = 28+10+173=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 173 (67.97% from 255 or 81.99% from 211); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C0AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0AAD is #E3F552. Grayscale: #212121. Windows color (decimal): -14939475 or 11340316. OLE color: 11340316.

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

Color convert

RGB 28 10 173 -
CMYK 0.84 0.94 0 0.32
HSL 246.63º 0.89% 0.36% -
HSV(B) 246.63º 0.94% 0.68% -
XYZ 8.13 3.48 39.78 -
YUV 33.96 206.46 123.75 -
System Red Green Blue C M Y K H S L
Decimal 28 10 173 0.84 0.94 0 0.32 246.63 0.89 0.36
Hex 1C A AD 54 5E 0 20 F7 59 24
Octal 34 12 255 124 136 0 40 367 131 44
Binary 11100 1010 10101101 1010100 1011110 0 100000 11110111 1011001 100100

Color Harmonies of #1C0AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0AAD

Black with #1C0AAD

Text Example


Text Example

White with #1C0AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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