Html Css Color HEX #1C017F Ultramarine

📋 copy color: '#1C017F'

red 28 ◦ green 1 ◦ blue 127

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

Shades of Ultramarine #1C017F

Tints of Ultramarine #1C017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 81.41%

R = 17.95%
G = 0.64%
B = 81.41%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1C017F (or 0x1C017F) is known color: Ultramarine. HEX triplet: 1C, 01 and 7F. RGB value is (28,1,127). Sum of RGB (Red+Green+Blue) = 28+1+127=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 127 (50% from 255 or 81.41% from 156); Max value from RGB is 127 - color contains mainly: blue. Hex color #1C017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C017F is #E3FE80. Grayscale: #161616. Windows color (decimal): -14941825 or 8323356. OLE color: 8323356.

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

Color convert

RGB 28 1 127 -
CMYK 0.78 0.99 0 0.50
HSL 252.86º 0.98% 0.25% -
HSV(B) 252.86º 0.99% 0.5% -
XYZ 4.32 1.8 20.2 -
YUV 23.44 186.45 131.25 -
System Red Green Blue C M Y K H S L
Decimal 28 1 127 0.78 0.99 0 0.50 252.86 0.98 0.25
Hex 1C 1 7F 4E 63 0 32 FD 62 19
Octal 34 1 177 116 143 0 62 375 142 31
Binary 11100 1 1111111 1001110 1100011 0 110010 11111101 1100010 11001

Color Harmonies of #1C017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C017F

Black with #1C017F

Text Example


Text Example

White with #1C017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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