Html Css Color HEX #1C179B Ultramarine

📋 copy color: '#1C179B'

red 28 ◦ green 23 ◦ blue 155

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

Shades of Ultramarine #1C179B

Tints of Ultramarine #1C179B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.17%

 BLUE value IS 155 (60.94% from 255) = 75.24%

R = 13.59%
G = 11.17%
B = 75.24%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C179B (or 0x1C179B) is known color: Ultramarine. HEX triplet: 1C, 17 and 9B. RGB value is (28,23,155). Sum of RGB (Red+Green+Blue) = 28+23+155=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 155 (60.94% from 255 or 75.24% from 206); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C179B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C179B is #E3E864. Grayscale: #272727. Windows color (decimal): -14936165 or 10163996. OLE color: 10163996.

HSL color Cylindrical-coordinate representation of color #1C179B: hue angle of 242.27º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C179B is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 28 23 155 -
CMYK 0.82 0.85 0 0.39
HSL 242.27º 0.74% 0.35% -
HSV(B) 242.27º 0.85% 0.61% -
XYZ 6.7 3.23 31.28 -
YUV 39.54 193.16 119.77 -
System Red Green Blue C M Y K H S L
Decimal 28 23 155 0.82 0.85 0 0.39 242.27 0.74 0.35
Hex 1C 17 9B 52 55 0 27 F2 4A 23
Octal 34 27 233 122 125 0 47 362 112 43
Binary 11100 10111 10011011 1010010 1010101 0 100111 11110010 1001010 100011

Color Harmonies of #1C179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C179B

Black with #1C179B

Text Example


Text Example

White with #1C179B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,23,155); }

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

background-color css

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

 a { background-color: rgb(28,23,155); }

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

border-color css

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

 span { border-color: rgb(28,23,155); }

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