Html Css Color HEX #1C189E Ultramarine

📋 copy color: '#1C189E'

red 28 ◦ green 24 ◦ blue 158

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

Shades of Ultramarine #1C189E

Tints of Ultramarine #1C189E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.43%

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

R = 13.33%
G = 11.43%
B = 75.24%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C189E (or 0x1C189E) is known color: Ultramarine. HEX triplet: 1C, 18 and 9E. RGB value is (28,24,158). Sum of RGB (Red+Green+Blue) = 28+24+158=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 158 (62.11% from 255 or 75.24% from 210); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C189E is #E3E761. Grayscale: #272727. Windows color (decimal): -14935906 or 10360860. OLE color: 10360860.

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

Color convert

RGB 28 24 158 -
CMYK 0.82 0.85 0 0.38
HSL 241.79º 0.74% 0.36% -
HSV(B) 241.79º 0.85% 0.62% -
XYZ 6.98 3.37 32.63 -
YUV 40.47 194.33 119.1 -
System Red Green Blue C M Y K H S L
Decimal 28 24 158 0.82 0.85 0 0.38 241.79 0.74 0.36
Hex 1C 18 9E 52 55 0 26 F2 4A 24
Octal 34 30 236 122 125 0 46 362 112 44
Binary 11100 11000 10011110 1010010 1010101 0 100110 11110010 1001010 100100

Color Harmonies of #1C189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C189E

Black with #1C189E

Text Example


Text Example

White with #1C189E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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