Html Css Color HEX #1C059E Ultramarine

📋 copy color: '#1C059E'

red 28 ◦ green 5 ◦ blue 158

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

Shades of Ultramarine #1C059E

Tints of Ultramarine #1C059E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.62%

 BLUE value IS 158 (62.11% from 255) = 82.72%

R = 14.66%
G = 2.62%
B = 82.72%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C059E (or 0x1C059E) is known color: Ultramarine. HEX triplet: 1C, 05 and 9E. RGB value is (28,5,158). Sum of RGB (Red+Green+Blue) = 28+5+158=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 158 (62.11% from 255 or 82.72% from 191); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C059E is #E3FA61. Grayscale: #1C1C1C. Windows color (decimal): -14940770 or 10355996. OLE color: 10355996.

HSL color Cylindrical-coordinate representation of color #1C059E: hue angle of 249.02º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C059E is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 28 5 158 -
CMYK 0.82 0.97 0 0.38
HSL 249.02º 0.94% 0.32% -
HSV(B) 249.02º 0.97% 0.62% -
XYZ 6.7 2.82 32.54 -
YUV 29.32 200.62 127.06 -
System Red Green Blue C M Y K H S L
Decimal 28 5 158 0.82 0.97 0 0.38 249.02 0.94 0.32
Hex 1C 5 9E 52 61 0 26 F9 5E 20
Octal 34 5 236 122 141 0 46 371 136 40
Binary 11100 101 10011110 1010010 1100001 0 100110 11111001 1011110 100000

Color Harmonies of #1C059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C059E

Black with #1C059E

Text Example


Text Example

White with #1C059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,5,158); }

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

background-color css

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

 a { background-color: rgb(28,5,158); }

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

border-color css

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

 span { border-color: rgb(28,5,158); }

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