Html Css Color HEX #1C158F Ultramarine

📋 copy color: '#1C158F'

red 28 ◦ green 21 ◦ blue 143

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

Shades of Ultramarine #1C158F

Tints of Ultramarine #1C158F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.94%

 BLUE value IS 143 (56.25% from 255) = 74.48%

R = 14.58%
G = 10.94%
B = 74.48%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1C158F (or 0x1C158F) is known color: Ultramarine. HEX triplet: 1C, 15 and 8F. RGB value is (28,21,143). Sum of RGB (Red+Green+Blue) = 28+21+143=192 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.58% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 143 (56.25% from 255 or 74.48% from 192); Max value from RGB is 143 - color contains mainly: blue. Hex color #1C158F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C158F is #E3EA70. Grayscale: #242424. Windows color (decimal): -14936689 or 9377052. OLE color: 9377052.

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

Color convert

RGB 28 21 143 -
CMYK 0.80 0.85 0 0.44
HSL 243.44º 0.74% 0.32% -
HSV(B) 243.44º 0.85% 0.56% -
XYZ 5.7 2.77 26.22 -
YUV 37 187.82 121.58 -
System Red Green Blue C M Y K H S L
Decimal 28 21 143 0.80 0.85 0 0.44 243.44 0.74 0.32
Hex 1C 15 8F 50 55 0 2C F3 4A 20
Octal 34 25 217 120 125 0 54 363 112 40
Binary 11100 10101 10001111 1010000 1010101 0 101100 11110011 1001010 100000

Color Harmonies of #1C158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C158F

Black with #1C158F

Text Example


Text Example

White with #1C158F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,21,143); }

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

background-color css

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

 a { background-color: rgb(28,21,143); }

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

border-color css

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

 span { border-color: rgb(28,21,143); }

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