Html Css Color HEX #1C2591 Ultramarine

📋 copy color: '#1C2591'

red 28 ◦ green 37 ◦ blue 145

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

Shades of Ultramarine #1C2591

Tints of Ultramarine #1C2591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

 BLUE value IS 145 (57.03% from 255) = 69.05%

R = 13.33%
G = 17.62%
B = 69.05%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1C2591 (or 0x1C2591) is known color: Ultramarine. HEX triplet: 1C, 25 and 91. RGB value is (28,37,145). Sum of RGB (Red+Green+Blue) = 28+37+145=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 145 (57.03% from 255 or 69.05% from 210); Max value from RGB is 145 - color contains mainly: blue. Hex color #1C2591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2591 is #E3DA6E. Grayscale: #2E2E2E. Windows color (decimal): -14932591 or 9512220. OLE color: 9512220.

HSL color Cylindrical-coordinate representation of color #1C2591: hue angle of 235.38º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C2591 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 28 37 145 -
CMYK 0.81 0.74 0 0.43
HSL 235.38º 0.68% 0.34% -
HSV(B) 235.38º 0.81% 0.57% -
XYZ 6.25 3.61 27.16 -
YUV 46.62 183.52 114.72 -
System Red Green Blue C M Y K H S L
Decimal 28 37 145 0.81 0.74 0 0.43 235.38 0.68 0.34
Hex 1C 25 91 51 4A 0 2B EB 44 22
Octal 34 45 221 121 112 0 53 353 104 42
Binary 11100 100101 10010001 1010001 1001010 0 101011 11101011 1000100 100010

Color Harmonies of #1C2591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2591

Black with #1C2591

Text Example


Text Example

White with #1C2591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,37,145); }

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

background-color css

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

 a { background-color: rgb(28,37,145); }

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

border-color css

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

 span { border-color: rgb(28,37,145); }

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