Html Css Color HEX #1C199A Ultramarine

📋 copy color: '#1C199A'

red 28 ◦ green 25 ◦ blue 154

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

Shades of Ultramarine #1C199A

Tints of Ultramarine #1C199A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

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

R = 13.53%
G = 12.08%
B = 74.4%

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

#1C199A (or 0x1C199A) is known color: Ultramarine. HEX triplet: 1C, 19 and 9A. RGB value is (28,25,154). Sum of RGB (Red+Green+Blue) = 28+25+154=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 154 (60.55% from 255 or 74.40% from 207); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C199A is #E3E665. Grayscale: #282828. Windows color (decimal): -14935654 or 10098972. OLE color: 10098972.

HSL color Cylindrical-coordinate representation of color #1C199A: hue angle of 241.4º degrees, saturation: 0.72, 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 #1C199A is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 28 25 154 -
CMYK 0.82 0.84 0 0.40
HSL 241.4º 0.72% 0.35% -
HSV(B) 241.4º 0.84% 0.6% -
XYZ 6.66 3.28 30.85 -
YUV 40.6 191.99 119.01 -
System Red Green Blue C M Y K H S L
Decimal 28 25 154 0.82 0.84 0 0.40 241.4 0.72 0.35
Hex 1C 19 9A 52 54 0 28 F1 48 23
Octal 34 31 232 122 124 0 50 361 110 43
Binary 11100 11001 10011010 1010010 1010100 0 101000 11110001 1001000 100011

Color Harmonies of #1C199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C199A

Black with #1C199A

Text Example


Text Example

White with #1C199A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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