Html Css Color HEX #1C0889 Ultramarine

📋 copy color: '#1C0889'

red 28 ◦ green 8 ◦ blue 137

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

Shades of Ultramarine #1C0889

Tints of Ultramarine #1C0889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

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

R = 16.18%
G = 4.62%
B = 79.19%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1C0889 (or 0x1C0889) is known color: Ultramarine. HEX triplet: 1C, 08 and 89. RGB value is (28,8,137). Sum of RGB (Red+Green+Blue) = 28+8+137=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 137 (53.91% from 255 or 79.19% from 173); Max value from RGB is 137 - color contains mainly: blue. Hex color #1C0889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0889 is #E3F776. Grayscale: #1C1C1C. Windows color (decimal): -14940023 or 8980508. OLE color: 8980508.

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

Color convert

RGB 28 8 137 -
CMYK 0.80 0.94 0 0.46
HSL 249.3º 0.89% 0.28% -
HSV(B) 249.3º 0.94% 0.54% -
XYZ 5.08 2.23 23.83 -
YUV 28.69 189.13 127.51 -
System Red Green Blue C M Y K H S L
Decimal 28 8 137 0.80 0.94 0 0.46 249.3 0.89 0.28
Hex 1C 8 89 50 5E 0 2E F9 59 1C
Octal 34 10 211 120 136 0 56 371 131 34
Binary 11100 1000 10001001 1010000 1011110 0 101110 11111001 1011001 11100

Color Harmonies of #1C0889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0889

Black with #1C0889

Text Example


Text Example

White with #1C0889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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