Html Css Color HEX #1C017B Ultramarine

📋 copy color: '#1C017B'

red 28 ◦ green 1 ◦ blue 123

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

Shades of Ultramarine #1C017B

Tints of Ultramarine #1C017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 80.92%

R = 18.42%
G = 0.66%
B = 80.92%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1C017B (or 0x1C017B) is known color: Ultramarine. HEX triplet: 1C, 01 and 7B. RGB value is (28,1,123). Sum of RGB (Red+Green+Blue) = 28+1+123=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 123 (48.44% from 255 or 80.92% from 152); Max value from RGB is 123 - color contains mainly: blue. Hex color #1C017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C017B is #E3FE84. Grayscale: #161616. Windows color (decimal): -14941829 or 8061212. OLE color: 8061212.

HSL color Cylindrical-coordinate representation of color #1C017B: hue angle of 253.28º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C017B is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 28 1 123 -
CMYK 0.77 0.99 0 0.52
HSL 253.28º 0.98% 0.24% -
HSV(B) 253.28º 0.99% 0.48% -
XYZ 4.06 1.7 18.85 -
YUV 22.98 184.45 131.58 -
System Red Green Blue C M Y K H S L
Decimal 28 1 123 0.77 0.99 0 0.52 253.28 0.98 0.24
Hex 1C 1 7B 4D 63 0 34 FD 62 18
Octal 34 1 173 115 143 0 64 375 142 30
Binary 11100 1 1111011 1001101 1100011 0 110100 11111101 1100010 11000

Color Harmonies of #1C017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C017B

Black with #1C017B

Text Example


Text Example

White with #1C017B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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