Html Css Color HEX #1C0492 Ultramarine

📋 copy color: '#1C0492'

red 28 ◦ green 4 ◦ blue 146

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

Shades of Ultramarine #1C0492

Tints of Ultramarine #1C0492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.25%

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

R = 15.73%
G = 2.25%
B = 82.02%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1C0492 (or 0x1C0492) is known color: Ultramarine. HEX triplet: 1C, 04 and 92. RGB value is (28,4,146). Sum of RGB (Red+Green+Blue) = 28+4+146=178 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.73% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 146 (57.42% from 255 or 82.02% from 178); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C0492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0492 is #E3FB6D. Grayscale: #1A1A1A. Windows color (decimal): -14941038 or 9569308. OLE color: 9569308.

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

Color convert

RGB 28 4 146 -
CMYK 0.81 0.97 0 0.43
HSL 250.14º 0.95% 0.29% -
HSV(B) 250.14º 0.97% 0.57% -
XYZ 5.71 2.41 27.36 -
YUV 27.36 194.95 128.45 -
System Red Green Blue C M Y K H S L
Decimal 28 4 146 0.81 0.97 0 0.43 250.14 0.95 0.29
Hex 1C 4 92 51 61 0 2B FA 5F 1D
Octal 34 4 222 121 141 0 53 372 137 35
Binary 11100 100 10010010 1010001 1100001 0 101011 11111010 1011111 11101

Color Harmonies of #1C0492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0492

Black with #1C0492

Text Example


Text Example

White with #1C0492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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