Html Css Color HEX #1C049D Ultramarine

📋 copy color: '#1C049D'

red 28 ◦ green 4 ◦ blue 157

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

Shades of Ultramarine #1C049D

Tints of Ultramarine #1C049D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 83.07%

R = 14.81%
G = 2.12%
B = 83.07%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C049D (or 0x1C049D) is known color: Ultramarine. HEX triplet: 1C, 04 and 9D. RGB value is (28,4,157). Sum of RGB (Red+Green+Blue) = 28+4+157=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 157 (61.72% from 255 or 83.07% from 189); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C049D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C049D is #E3FB62. Grayscale: #1C1C1C. Windows color (decimal): -14941027 or 10290204. OLE color: 10290204.

HSL color Cylindrical-coordinate representation of color #1C049D: hue angle of 249.41º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C049D is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 28 4 157 -
CMYK 0.82 0.97 0 0.38
HSL 249.41º 0.95% 0.32% -
HSV(B) 249.41º 0.97% 0.62% -
XYZ 6.61 2.77 32.08 -
YUV 28.62 200.45 127.56 -
System Red Green Blue C M Y K H S L
Decimal 28 4 157 0.82 0.97 0 0.38 249.41 0.95 0.32
Hex 1C 4 9D 52 61 0 26 F9 5F 20
Octal 34 4 235 122 141 0 46 371 137 40
Binary 11100 100 10011101 1010010 1100001 0 100110 11111001 1011111 100000

Color Harmonies of #1C049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C049D

Black with #1C049D

Text Example


Text Example

White with #1C049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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