Html Css Color HEX #1C14AB Ultramarine

📋 copy color: '#1C14AB'

red 28 ◦ green 20 ◦ blue 171

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

Shades of Ultramarine #1C14AB

Tints of Ultramarine #1C14AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.13%

 BLUE value IS 171 (67.19% from 255) = 78.08%

R = 12.79%
G = 9.13%
B = 78.08%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C14AB (or 0x1C14AB) is known color: Ultramarine. HEX triplet: 1C, 14 and AB. RGB value is (28,20,171). Sum of RGB (Red+Green+Blue) = 28+20+171=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C14AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C14AB is #E3EB54. Grayscale: #272727. Windows color (decimal): -14936917 or 11211804. OLE color: 11211804.

HSL color Cylindrical-coordinate representation of color #1C14AB: hue angle of 243.18º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C14AB is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 20 171 -
CMYK 0.84 0.88 0 0.33
HSL 243.18º 0.79% 0.37% -
HSV(B) 243.18º 0.88% 0.67% -
XYZ 8.08 3.69 38.81 -
YUV 39.61 202.15 119.72 -
System Red Green Blue C M Y K H S L
Decimal 28 20 171 0.84 0.88 0 0.33 243.18 0.79 0.37
Hex 1C 14 AB 54 58 0 21 F3 4F 25
Octal 34 24 253 124 130 0 41 363 117 45
Binary 11100 10100 10101011 1010100 1011000 0 100001 11110011 1001111 100101

Color Harmonies of #1C14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C14AB

Black with #1C14AB

Text Example


Text Example

White with #1C14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,20,171); }

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

background-color css

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

 a { background-color: rgb(28,20,171); }

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

border-color css

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

 span { border-color: rgb(28,20,171); }

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