Html Css Color HEX #1C2195 Ultramarine

📋 copy color: '#1C2195'

red 28 ◦ green 33 ◦ blue 149

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

Shades of Ultramarine #1C2195

Tints of Ultramarine #1C2195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 70.95%

R = 13.33%
G = 15.71%
B = 70.95%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1C2195 (or 0x1C2195) is known color: Ultramarine. HEX triplet: 1C, 21 and 95. RGB value is (28,33,149). Sum of RGB (Red+Green+Blue) = 28+33+149=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C2195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2195 is #E3DE6A. Grayscale: #2C2C2C. Windows color (decimal): -14933611 or 9773340. OLE color: 9773340.

HSL color Cylindrical-coordinate representation of color #1C2195: hue angle of 237.52º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C2195 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 33 149 -
CMYK 0.81 0.78 0 0.42
HSL 237.52º 0.68% 0.35% -
HSV(B) 237.52º 0.81% 0.58% -
XYZ 6.45 3.5 28.77 -
YUV 44.73 186.84 116.07 -
System Red Green Blue C M Y K H S L
Decimal 28 33 149 0.81 0.78 0 0.42 237.52 0.68 0.35
Hex 1C 21 95 51 4E 0 2A EE 44 23
Octal 34 41 225 121 116 0 52 356 104 43
Binary 11100 100001 10010101 1010001 1001110 0 101010 11101110 1000100 100011

Color Harmonies of #1C2195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2195

Black with #1C2195

Text Example


Text Example

White with #1C2195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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