Html Css Color HEX #1C01AD Ultramarine

📋 copy color: '#1C01AD'

red 28 ◦ green 1 ◦ blue 173

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

Shades of Ultramarine #1C01AD

Tints of Ultramarine #1C01AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 13.86%
G = 0.5%
B = 85.64%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C01AD (or 0x1C01AD) is known color: Ultramarine. HEX triplet: 1C, 01 and AD. RGB value is (28,1,173). Sum of RGB (Red+Green+Blue) = 28+1+173=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 173 (67.97% from 255 or 85.64% from 202); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C01AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C01AD is #E3FE52. Grayscale: #1C1C1C. Windows color (decimal): -14941779 or 11338012. OLE color: 11338012.

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

Color convert

RGB 28 1 173 -
CMYK 0.84 0.99 0 0.32
HSL 249.42º 0.99% 0.34% -
HSV(B) 249.42º 0.99% 0.68% -
XYZ 8.03 3.29 39.75 -
YUV 28.68 209.45 127.51 -
System Red Green Blue C M Y K H S L
Decimal 28 1 173 0.84 0.99 0 0.32 249.42 0.99 0.34
Hex 1C 1 AD 54 63 0 20 F9 63 22
Octal 34 1 255 124 143 0 40 371 143 42
Binary 11100 1 10101101 1010100 1100011 0 100000 11111001 1100011 100010

Color Harmonies of #1C01AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C01AD

Black with #1C01AD

Text Example


Text Example

White with #1C01AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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