Html Css Color HEX #1C057D Ultramarine

📋 copy color: '#1C057D'

red 28 ◦ green 5 ◦ blue 125

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

Shades of Ultramarine #1C057D

Tints of Ultramarine #1C057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 79.11%

R = 17.72%
G = 3.16%
B = 79.11%

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

#1C057D (or 0x1C057D) is known color: Ultramarine. HEX triplet: 1C, 05 and 7D. RGB value is (28,5,125). Sum of RGB (Red+Green+Blue) = 28+5+125=158 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.72% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 125 (49.22% from 255 or 79.11% from 158); Max value from RGB is 125 - color contains mainly: blue. Hex color #1C057D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C057D is #E3FA82. Grayscale: #191919. Windows color (decimal): -14940803 or 8193308. OLE color: 8193308.

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

Color convert

RGB 28 5 125 -
CMYK 0.78 0.96 0 0.51
HSL 251.5º 0.92% 0.25% -
HSV(B) 251.5º 0.96% 0.49% -
XYZ 4.23 1.84 19.53 -
YUV 25.56 184.12 129.74 -
System Red Green Blue C M Y K H S L
Decimal 28 5 125 0.78 0.96 0 0.51 251.5 0.92 0.25
Hex 1C 5 7D 4E 60 0 33 FC 5C 19
Octal 34 5 175 116 140 0 63 374 134 31
Binary 11100 101 1111101 1001110 1100000 0 110011 11111100 1011100 11001

Color Harmonies of #1C057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C057D

Black with #1C057D

Text Example


Text Example

White with #1C057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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