Html Css Color HEX #1C2295 Ultramarine

📋 copy color: '#1C2295'

red 28 ◦ green 34 ◦ blue 149

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

Shades of Ultramarine #1C2295

Tints of Ultramarine #1C2295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.11%

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

R = 13.27%
G = 16.11%
B = 70.62%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1C2295 (or 0x1C2295) is known color: Ultramarine. HEX triplet: 1C, 22 and 95. RGB value is (28,34,149). Sum of RGB (Red+Green+Blue) = 28+34+149=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C2295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2295 is #E3DD6A. Grayscale: #2C2C2C. Windows color (decimal): -14933355 or 9773596. OLE color: 9773596.

HSL color Cylindrical-coordinate representation of color #1C2295: hue angle of 237.02º 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 #1C2295 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 34 149 -
CMYK 0.81 0.77 0 0.42
HSL 237.02º 0.68% 0.35% -
HSV(B) 237.02º 0.81% 0.58% -
XYZ 6.48 3.56 28.78 -
YUV 45.32 186.51 115.65 -
System Red Green Blue C M Y K H S L
Decimal 28 34 149 0.81 0.77 0 0.42 237.02 0.68 0.35
Hex 1C 22 95 51 4D 0 2A ED 44 23
Octal 34 42 225 121 115 0 52 355 104 43
Binary 11100 100010 10010101 1010001 1001101 0 101010 11101101 1000100 100011

Color Harmonies of #1C2295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2295

Black with #1C2295

Text Example


Text Example

White with #1C2295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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