Html Css Color HEX #1C1292 Ultramarine

📋 copy color: '#1C1292'

red 28 ◦ green 18 ◦ blue 146

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

Shades of Ultramarine #1C1292

Tints of Ultramarine #1C1292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.38%

 BLUE value IS 146 (57.42% from 255) = 76.04%

R = 14.58%
G = 9.38%
B = 76.04%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1C1292 (or 0x1C1292) is known color: Ultramarine. HEX triplet: 1C, 12 and 92. RGB value is (28,18,146). Sum of RGB (Red+Green+Blue) = 28+18+146=192 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.58% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 146 (57.42% from 255 or 76.04% from 192); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C1292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C1292 is #E3ED6D. Grayscale: #232323. Windows color (decimal): -14937454 or 9572892. OLE color: 9572892.

HSL color Cylindrical-coordinate representation of color #1C1292: hue angle of 244.69º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C1292 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 28 18 146 -
CMYK 0.81 0.88 0 0.43
HSL 244.69º 0.78% 0.32% -
HSV(B) 244.69º 0.88% 0.57% -
XYZ 5.88 2.75 27.42 -
YUV 35.58 190.31 122.59 -
System Red Green Blue C M Y K H S L
Decimal 28 18 146 0.81 0.88 0 0.43 244.69 0.78 0.32
Hex 1C 12 92 51 58 0 2B F5 4E 20
Octal 34 22 222 121 130 0 53 365 116 40
Binary 11100 10010 10010010 1010001 1011000 0 101011 11110101 1001110 100000

Color Harmonies of #1C1292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1292

Black with #1C1292

Text Example


Text Example

White with #1C1292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,18,146); }

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

background-color css

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

 a { background-color: rgb(28,18,146); }

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

border-color css

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

 span { border-color: rgb(28,18,146); }

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