Html Css Color HEX #1C017C Ultramarine

📋 copy color: '#1C017C'

red 28 ◦ green 1 ◦ blue 124

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

Shades of Ultramarine #1C017C

Tints of Ultramarine #1C017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 81.05%

R = 18.3%
G = 0.65%
B = 81.05%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1C017C (or 0x1C017C) is known color: Ultramarine. HEX triplet: 1C, 01 and 7C. RGB value is (28,1,124). Sum of RGB (Red+Green+Blue) = 28+1+124=153 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.30% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 124 (48.83% from 255 or 81.05% from 153); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C017C is #E3FE83. Grayscale: #161616. Windows color (decimal): -14941828 or 8126748. OLE color: 8126748.

HSL color Cylindrical-coordinate representation of color #1C017C: hue angle of 253.17º 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 #1C017C is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 28 1 124 -
CMYK 0.77 0.99 0 0.51
HSL 253.17º 0.98% 0.25% -
HSV(B) 253.17º 0.99% 0.49% -
XYZ 4.13 1.72 19.18 -
YUV 23.1 184.95 131.5 -
System Red Green Blue C M Y K H S L
Decimal 28 1 124 0.77 0.99 0 0.51 253.17 0.98 0.25
Hex 1C 1 7C 4D 63 0 33 FD 62 19
Octal 34 1 174 115 143 0 63 375 142 31
Binary 11100 1 1111100 1001101 1100011 0 110011 11111101 1100010 11001

Color Harmonies of #1C017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C017C

Black with #1C017C

Text Example


Text Example

White with #1C017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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