Html Css Color HEX #1C0490 Ultramarine

📋 copy color: '#1C0490'

red 28 ◦ green 4 ◦ blue 144

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

Shades of Ultramarine #1C0490

Tints of Ultramarine #1C0490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 81.82%

R = 15.91%
G = 2.27%
B = 81.82%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1C0490 (or 0x1C0490) is known color: Ultramarine. HEX triplet: 1C, 04 and 90. RGB value is (28,4,144). Sum of RGB (Red+Green+Blue) = 28+4+144=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 144 (56.64% from 255 or 81.82% from 176); Max value from RGB is 144 - color contains mainly: blue. Hex color #1C0490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0490 is #E3FB6F. Grayscale: #1A1A1A. Windows color (decimal): -14941040 or 9438236. OLE color: 9438236.

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

Color convert

RGB 28 4 144 -
CMYK 0.81 0.97 0 0.44
HSL 250.29º 0.95% 0.29% -
HSV(B) 250.29º 0.97% 0.56% -
XYZ 5.56 2.35 26.55 -
YUV 27.14 193.95 128.62 -
System Red Green Blue C M Y K H S L
Decimal 28 4 144 0.81 0.97 0 0.44 250.29 0.95 0.29
Hex 1C 4 90 51 61 0 2C FA 5F 1D
Octal 34 4 220 121 141 0 54 372 137 35
Binary 11100 100 10010000 1010001 1100001 0 101100 11111010 1011111 11101

Color Harmonies of #1C0490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0490

Black with #1C0490

Text Example


Text Example

White with #1C0490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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