Html Css Color HEX #1C149E Ultramarine

📋 copy color: '#1C149E'

red 28 ◦ green 20 ◦ blue 158

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

Shades of Ultramarine #1C149E

Tints of Ultramarine #1C149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.71%

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

R = 13.59%
G = 9.71%
B = 76.7%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C149E (or 0x1C149E) is known color: Ultramarine. HEX triplet: 1C, 14 and 9E. RGB value is (28,20,158). Sum of RGB (Red+Green+Blue) = 28+20+158=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 158 (62.11% from 255 or 76.70% from 206); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C149E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C149E is #E3EB61. Grayscale: #252525. Windows color (decimal): -14936930 or 10359836. OLE color: 10359836.

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

Color convert

RGB 28 20 158 -
CMYK 0.82 0.87 0 0.38
HSL 243.48º 0.78% 0.35% -
HSV(B) 243.48º 0.87% 0.62% -
XYZ 6.9 3.22 32.6 -
YUV 38.12 195.65 120.78 -
System Red Green Blue C M Y K H S L
Decimal 28 20 158 0.82 0.87 0 0.38 243.48 0.78 0.35
Hex 1C 14 9E 52 57 0 26 F3 4E 23
Octal 34 24 236 122 127 0 46 363 116 43
Binary 11100 10100 10011110 1010010 1010111 0 100110 11110011 1001110 100011

Color Harmonies of #1C149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C149E

Black with #1C149E

Text Example


Text Example

White with #1C149E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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