Html Css Color HEX #1C178C Ultramarine

📋 copy color: '#1C178C'

red 28 ◦ green 23 ◦ blue 140

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

Shades of Ultramarine #1C178C

Tints of Ultramarine #1C178C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 73.3%

R = 14.66%
G = 12.04%
B = 73.3%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1C178C (or 0x1C178C) is known color: Ultramarine. HEX triplet: 1C, 17 and 8C. RGB value is (28,23,140). Sum of RGB (Red+Green+Blue) = 28+23+140=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 140 (55.08% from 255 or 73.30% from 191); Max value from RGB is 140 - color contains mainly: blue. Hex color #1C178C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C178C is #E3E873. Grayscale: #252525. Windows color (decimal): -14936180 or 9180956. OLE color: 9180956.

HSL color Cylindrical-coordinate representation of color #1C178C: hue angle of 242.56º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C178C is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 28 23 140 -
CMYK 0.80 0.84 0 0.45
HSL 242.56º 0.72% 0.32% -
HSV(B) 242.56º 0.84% 0.55% -
XYZ 5.52 2.75 25.05 -
YUV 37.83 185.66 120.99 -
System Red Green Blue C M Y K H S L
Decimal 28 23 140 0.80 0.84 0 0.45 242.56 0.72 0.32
Hex 1C 17 8C 50 54 0 2D F3 48 20
Octal 34 27 214 120 124 0 55 363 110 40
Binary 11100 10111 10001100 1010000 1010100 0 101101 11110011 1001000 100000

Color Harmonies of #1C178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C178C

Black with #1C178C

Text Example


Text Example

White with #1C178C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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