Html Css Color HEX #1C057E Ultramarine

📋 copy color: '#1C057E'

red 28 ◦ green 5 ◦ blue 126

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

Shades of Ultramarine #1C057E

Tints of Ultramarine #1C057E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 79.25%

R = 17.61%
G = 3.14%
B = 79.25%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1C057E (or 0x1C057E) is known color: Ultramarine. HEX triplet: 1C, 05 and 7E. RGB value is (28,5,126). Sum of RGB (Red+Green+Blue) = 28+5+126=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 126 (49.61% from 255 or 79.25% from 159); Max value from RGB is 126 - color contains mainly: blue. Hex color #1C057E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C057E is #E3FA81. Grayscale: #191919. Windows color (decimal): -14940802 or 8258844. OLE color: 8258844.

HSL color Cylindrical-coordinate representation of color #1C057E: hue angle of 251.4º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C057E is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 28 5 126 -
CMYK 0.78 0.96 0 0.51
HSL 251.41º 0.92% 0.26% -
HSV(B) 251.41º 0.96% 0.49% -
XYZ 4.3 1.86 19.87 -
YUV 25.67 184.62 129.66 -
System Red Green Blue C M Y K H S L
Decimal 28 5 126 0.78 0.96 0 0.51 251.41 0.92 0.26
Hex 1C 5 7E 4E 60 0 33 FB 5C 1A
Octal 34 5 176 116 140 0 63 373 134 32
Binary 11100 101 1111110 1001110 1100000 0 110011 11111011 1011100 11010

Color Harmonies of #1C057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C057E

Black with #1C057E

Text Example


Text Example

White with #1C057E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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