Html Css Color HEX #1C15AA Ultramarine

📋 copy color: '#1C15AA'

red 28 ◦ green 21 ◦ blue 170

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

Shades of Ultramarine #1C15AA

Tints of Ultramarine #1C15AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.59%

 BLUE value IS 170 (66.8% from 255) = 77.63%

R = 12.79%
G = 9.59%
B = 77.63%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C15AA (or 0x1C15AA) is known color: Ultramarine. HEX triplet: 1C, 15 and AA. RGB value is (28,21,170). Sum of RGB (Red+Green+Blue) = 28+21+170=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C15AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C15AA is #E3EA55. Grayscale: #272727. Windows color (decimal): -14936662 or 11146524. OLE color: 11146524.

HSL color Cylindrical-coordinate representation of color #1C15AA: hue angle of 242.82º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C15AA is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 21 170 -
CMYK 0.84 0.88 0 0.33
HSL 242.82º 0.78% 0.37% -
HSV(B) 242.82º 0.88% 0.67% -
XYZ 8 3.69 38.32 -
YUV 40.08 201.32 119.38 -
System Red Green Blue C M Y K H S L
Decimal 28 21 170 0.84 0.88 0 0.33 242.82 0.78 0.37
Hex 1C 15 AA 54 58 0 21 F3 4E 25
Octal 34 25 252 124 130 0 41 363 116 45
Binary 11100 10101 10101010 1010100 1011000 0 100001 11110011 1001110 100101

Color Harmonies of #1C15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C15AA

Black with #1C15AA

Text Example


Text Example

White with #1C15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,21,170); }

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

background-color css

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

 a { background-color: rgb(28,21,170); }

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

border-color css

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

 span { border-color: rgb(28,21,170); }

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