Html Css Color HEX #1C118E Ultramarine

📋 copy color: '#1C118E'

red 28 ◦ green 17 ◦ blue 142

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

Shades of Ultramarine #1C118E

Tints of Ultramarine #1C118E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.09%

 BLUE value IS 142 (55.86% from 255) = 75.94%

R = 14.97%
G = 9.09%
B = 75.94%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1C118E (or 0x1C118E) is known color: Ultramarine. HEX triplet: 1C, 11 and 8E. RGB value is (28,17,142). Sum of RGB (Red+Green+Blue) = 28+17+142=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 142 (55.86% from 255 or 75.94% from 187); Max value from RGB is 142 - color contains mainly: blue. Hex color #1C118E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C118E is #E3EE71. Grayscale: #222222. Windows color (decimal): -14937714 or 9310492. OLE color: 9310492.

HSL color Cylindrical-coordinate representation of color #1C118E: hue angle of 245.28º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C118E is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 28 17 142 -
CMYK 0.80 0.88 0 0.44
HSL 245.28º 0.79% 0.31% -
HSV(B) 245.28º 0.88% 0.56% -
XYZ 5.56 2.6 25.8 -
YUV 34.54 188.64 123.34 -
System Red Green Blue C M Y K H S L
Decimal 28 17 142 0.80 0.88 0 0.44 245.28 0.79 0.31
Hex 1C 11 8E 50 58 0 2C F5 4F 1F
Octal 34 21 216 120 130 0 54 365 117 37
Binary 11100 10001 10001110 1010000 1011000 0 101100 11110101 1001111 11111

Color Harmonies of #1C118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C118E

Black with #1C118E

Text Example


Text Example

White with #1C118E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,17,142); }

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

background-color css

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

 a { background-color: rgb(28,17,142); }

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

border-color css

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

 span { border-color: rgb(28,17,142); }

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