Html Css Color HEX #1C1495 Ultramarine

📋 copy color: '#1C1495'

red 28 ◦ green 20 ◦ blue 149

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

Shades of Ultramarine #1C1495

Tints of Ultramarine #1C1495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.15%

 BLUE value IS 149 (58.59% from 255) = 75.63%

R = 14.21%
G = 10.15%
B = 75.63%

CMYK

 C value IS 0.81

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1C1495 (or 0x1C1495) is known color: Ultramarine. HEX triplet: 1C, 14 and 95. RGB value is (28,20,149). Sum of RGB (Red+Green+Blue) = 28+20+149=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 149 (58.59% from 255 or 75.63% from 197); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C1495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C1495 is #E3EB6A. Grayscale: #242424. Windows color (decimal): -14936939 or 9770012. OLE color: 9770012.

HSL color Cylindrical-coordinate representation of color #1C1495: hue angle of 243.72º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C1495 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 20 149 -
CMYK 0.81 0.87 0 0.42
HSL 243.72º 0.76% 0.33% -
HSV(B) 243.72º 0.87% 0.58% -
XYZ 6.15 2.92 28.67 -
YUV 37.1 191.15 121.51 -
System Red Green Blue C M Y K H S L
Decimal 28 20 149 0.81 0.87 0 0.42 243.72 0.76 0.33
Hex 1C 14 95 51 57 0 2A F4 4C 21
Octal 34 24 225 121 127 0 52 364 114 41
Binary 11100 10100 10010101 1010001 1010111 0 101010 11110100 1001100 100001

Color Harmonies of #1C1495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1495

Black with #1C1495

Text Example


Text Example

White with #1C1495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,20,149); }

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

background-color css

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

 a { background-color: rgb(28,20,149); }

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

border-color css

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

 span { border-color: rgb(28,20,149); }

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