Html Css Color HEX #1C099E Ultramarine

📋 copy color: '#1C099E'

red 28 ◦ green 9 ◦ blue 158

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

Shades of Ultramarine #1C099E

Tints of Ultramarine #1C099E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.62%

 BLUE value IS 158 (62.11% from 255) = 81.03%

R = 14.36%
G = 4.62%
B = 81.03%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C099E (or 0x1C099E) is known color: Ultramarine. HEX triplet: 1C, 09 and 9E. RGB value is (28,9,158). Sum of RGB (Red+Green+Blue) = 28+9+158=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 158 (62.11% from 255 or 81.03% from 195); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C099E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C099E is #E3F661. Grayscale: #1F1F1F. Windows color (decimal): -14939746 or 10357020. OLE color: 10357020.

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

Color convert

RGB 28 9 158 -
CMYK 0.82 0.94 0 0.38
HSL 247.65º 0.89% 0.33% -
HSV(B) 247.65º 0.94% 0.62% -
XYZ 6.75 2.91 32.55 -
YUV 31.67 199.29 125.38 -
System Red Green Blue C M Y K H S L
Decimal 28 9 158 0.82 0.94 0 0.38 247.65 0.89 0.33
Hex 1C 9 9E 52 5E 0 26 F8 59 21
Octal 34 11 236 122 136 0 46 370 131 41
Binary 11100 1001 10011110 1010010 1011110 0 100110 11111000 1011001 100001

Color Harmonies of #1C099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C099E

Black with #1C099E

Text Example


Text Example

White with #1C099E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,9,158); }

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

background-color css

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

 a { background-color: rgb(28,9,158); }

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

border-color css

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

 span { border-color: rgb(28,9,158); }

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