Html Css Color HEX #1C0189 Ultramarine

📋 copy color: '#1C0189'

red 28 ◦ green 1 ◦ blue 137

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

Shades of Ultramarine #1C0189

Tints of Ultramarine #1C0189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 82.53%

R = 16.87%
G = 0.6%
B = 82.53%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1C0189 (or 0x1C0189) is known color: Ultramarine. HEX triplet: 1C, 01 and 89. RGB value is (28,1,137). Sum of RGB (Red+Green+Blue) = 28+1+137=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 137 (53.91% from 255 or 82.53% from 166); Max value from RGB is 137 - color contains mainly: blue. Hex color #1C0189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0189 is #E3FE76. Grayscale: #181818. Windows color (decimal): -14941815 or 8978716. OLE color: 8978716.

HSL color Cylindrical-coordinate representation of color #1C0189: hue angle of 251.91º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C0189 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 28 1 137 -
CMYK 0.80 0.99 0 0.46
HSL 251.91º 0.99% 0.27% -
HSV(B) 251.91º 0.99% 0.54% -
XYZ 5.01 2.07 23.8 -
YUV 24.58 191.45 130.44 -
System Red Green Blue C M Y K H S L
Decimal 28 1 137 0.80 0.99 0 0.46 251.91 0.99 0.27
Hex 1C 1 89 50 63 0 2E FC 63 1B
Octal 34 1 211 120 143 0 56 374 143 33
Binary 11100 1 10001001 1010000 1100011 0 101110 11111100 1100011 11011

Color Harmonies of #1C0189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0189

Black with #1C0189

Text Example


Text Example

White with #1C0189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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