Html Css Color HEX #1C189A Ultramarine

📋 copy color: '#1C189A'

red 28 ◦ green 24 ◦ blue 154

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

Shades of Ultramarine #1C189A

Tints of Ultramarine #1C189A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 74.76%

R = 13.59%
G = 11.65%
B = 74.76%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1C189A (or 0x1C189A) is known color: Ultramarine. HEX triplet: 1C, 18 and 9A. RGB value is (28,24,154). Sum of RGB (Red+Green+Blue) = 28+24+154=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 154 (60.55% from 255 or 74.76% from 206); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C189A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C189A is #E3E765. Grayscale: #272727. Windows color (decimal): -14935910 or 10098716. OLE color: 10098716.

HSL color Cylindrical-coordinate representation of color #1C189A: hue angle of 241.85º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C189A is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 28 24 154 -
CMYK 0.82 0.84 0 0.40
HSL 241.85º 0.73% 0.35% -
HSV(B) 241.85º 0.84% 0.6% -
XYZ 6.64 3.23 30.85 -
YUV 40.02 192.33 119.43 -
System Red Green Blue C M Y K H S L
Decimal 28 24 154 0.82 0.84 0 0.40 241.85 0.73 0.35
Hex 1C 18 9A 52 54 0 28 F2 49 23
Octal 34 30 232 122 124 0 50 362 111 43
Binary 11100 11000 10011010 1010010 1010100 0 101000 11110010 1001001 100011

Color Harmonies of #1C189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C189A

Black with #1C189A

Text Example


Text Example

White with #1C189A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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