Html Css Color HEX #1C019D Ultramarine

📋 copy color: '#1C019D'

red 28 ◦ green 1 ◦ blue 157

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

Shades of Ultramarine #1C019D

Tints of Ultramarine #1C019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 15.05%
G = 0.54%
B = 84.41%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C019D (or 0x1C019D) is known color: Ultramarine. HEX triplet: 1C, 01 and 9D. RGB value is (28,1,157). Sum of RGB (Red+Green+Blue) = 28+1+157=186 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.05% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 157 (61.72% from 255 or 84.41% from 186); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C019D is #E3FE62. Grayscale: #1A1A1A. Windows color (decimal): -14941795 or 10289436. OLE color: 10289436.

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

Color convert

RGB 28 1 157 -
CMYK 0.82 0.99 0 0.38
HSL 250.38º 0.99% 0.31% -
HSV(B) 250.38º 0.99% 0.62% -
XYZ 6.58 2.7 32.07 -
YUV 26.86 201.45 128.82 -
System Red Green Blue C M Y K H S L
Decimal 28 1 157 0.82 0.99 0 0.38 250.38 0.99 0.31
Hex 1C 1 9D 52 63 0 26 FA 63 1F
Octal 34 1 235 122 143 0 46 372 143 37
Binary 11100 1 10011101 1010010 1100011 0 100110 11111010 1100011 11111

Color Harmonies of #1C019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C019D

Black with #1C019D

Text Example


Text Example

White with #1C019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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