Html Css Color HEX #1C058E Ultramarine

📋 copy color: '#1C058E'

red 28 ◦ green 5 ◦ blue 142

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

Shades of Ultramarine #1C058E

Tints of Ultramarine #1C058E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 81.14%

R = 16%
G = 2.86%
B = 81.14%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1C058E (or 0x1C058E) is known color: Ultramarine. HEX triplet: 1C, 05 and 8E. RGB value is (28,5,142). Sum of RGB (Red+Green+Blue) = 28+5+142=175 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 142 (55.86% from 255 or 81.14% from 175); Max value from RGB is 142 - color contains mainly: blue. Hex color #1C058E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C058E is #E3FA71. Grayscale: #1A1A1A. Windows color (decimal): -14940786 or 9307420. OLE color: 9307420.

HSL color Cylindrical-coordinate representation of color #1C058E: hue angle of 250.07º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C058E is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 28 5 142 -
CMYK 0.80 0.96 0 0.44
HSL 250.07º 0.93% 0.29% -
HSV(B) 250.07º 0.96% 0.56% -
XYZ 5.42 2.31 25.75 -
YUV 27.5 192.62 128.36 -
System Red Green Blue C M Y K H S L
Decimal 28 5 142 0.80 0.96 0 0.44 250.07 0.93 0.29
Hex 1C 5 8E 50 60 0 2C FA 5D 1D
Octal 34 5 216 120 140 0 54 372 135 35
Binary 11100 101 10001110 1010000 1100000 0 101100 11111010 1011101 11101

Color Harmonies of #1C058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C058E

Black with #1C058E

Text Example


Text Example

White with #1C058E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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