Html Css Color HEX #1C2095 Ultramarine

📋 copy color: '#1C2095'

red 28 ◦ green 32 ◦ blue 149

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

Shades of Ultramarine #1C2095

Tints of Ultramarine #1C2095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

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

R = 13.4%
G = 15.31%
B = 71.29%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1C2095 (or 0x1C2095) is known color: Ultramarine. HEX triplet: 1C, 20 and 95. RGB value is (28,32,149). Sum of RGB (Red+Green+Blue) = 28+32+149=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C2095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2095 is #E3DF6A. Grayscale: #2B2B2B. Windows color (decimal): -14933867 or 9773084. OLE color: 9773084.

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

Color convert

RGB 28 32 149 -
CMYK 0.81 0.79 0 0.42
HSL 238.02º 0.68% 0.35% -
HSV(B) 238.02º 0.81% 0.58% -
XYZ 6.42 3.45 28.76 -
YUV 44.14 187.17 116.49 -
System Red Green Blue C M Y K H S L
Decimal 28 32 149 0.81 0.79 0 0.42 238.02 0.68 0.35
Hex 1C 20 95 51 4F 0 2A EE 44 23
Octal 34 40 225 121 117 0 52 356 104 43
Binary 11100 100000 10010101 1010001 1001111 0 101010 11101110 1000100 100011

Color Harmonies of #1C2095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2095

Black with #1C2095

Text Example


Text Example

White with #1C2095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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