Html Css Color HEX #1C2199 Ultramarine

📋 copy color: '#1C2199'

red 28 ◦ green 33 ◦ blue 153

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

Shades of Ultramarine #1C2199

Tints of Ultramarine #1C2199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

 BLUE value IS 153 (60.16% from 255) = 71.5%

R = 13.08%
G = 15.42%
B = 71.5%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1C2199 (or 0x1C2199) is known color: Ultramarine. HEX triplet: 1C, 21 and 99. RGB value is (28,33,153). Sum of RGB (Red+Green+Blue) = 28+33+153=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C2199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2199 is #E3DE66. Grayscale: #2C2C2C. Windows color (decimal): -14933607 or 10035484. OLE color: 10035484.

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

Color convert

RGB 28 33 153 -
CMYK 0.82 0.78 0 0.4
HSL 237.6º 0.69% 0.35% -
HSV(B) 237.6º 0.82% 0.6% -
XYZ 6.77 3.63 30.48 -
YUV 45.19 188.84 115.74 -
System Red Green Blue C M Y K H S L
Decimal 28 33 153 0.82 0.78 0 0.4 237.6 0.69 0.35
Hex 1C 21 99 52 4E 0 28 EE 45 23
Octal 34 41 231 122 116 0 50 356 105 43
Binary 11100 100001 10011001 1010010 1001110 0 101000 11101110 1000101 100011

Color Harmonies of #1C2199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2199

Black with #1C2199

Text Example


Text Example

White with #1C2199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,33,153); }

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

background-color css

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

 a { background-color: rgb(28,33,153); }

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

border-color css

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

 span { border-color: rgb(28,33,153); }

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