Html Css Color HEX #1C017D Ultramarine

📋 copy color: '#1C017D'

red 28 ◦ green 1 ◦ blue 125

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

Shades of Ultramarine #1C017D

Tints of Ultramarine #1C017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 18.18%
G = 0.65%
B = 81.17%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1C017D (or 0x1C017D) is known color: Ultramarine. HEX triplet: 1C, 01 and 7D. RGB value is (28,1,125). Sum of RGB (Red+Green+Blue) = 28+1+125=154 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.18% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 125 (49.22% from 255 or 81.17% from 154); Max value from RGB is 125 - color contains mainly: blue. Hex color #1C017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C017D is #E3FE82. Grayscale: #161616. Windows color (decimal): -14941827 or 8192284. OLE color: 8192284.

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

Color convert

RGB 28 1 125 -
CMYK 0.78 0.99 0 0.51
HSL 253.06º 0.98% 0.25% -
HSV(B) 253.06º 0.99% 0.49% -
XYZ 4.19 1.75 19.52 -
YUV 23.21 185.45 131.42 -
System Red Green Blue C M Y K H S L
Decimal 28 1 125 0.78 0.99 0 0.51 253.06 0.98 0.25
Hex 1C 1 7D 4E 63 0 33 FD 62 19
Octal 34 1 175 116 143 0 63 375 142 31
Binary 11100 1 1111101 1001110 1100011 0 110011 11111101 1100010 11001

Color Harmonies of #1C017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C017D

Black with #1C017D

Text Example


Text Example

White with #1C017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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