Html Css Color HEX #1417AB Ultramarine

📋 copy color: '#1417AB'

red 20 ◦ green 23 ◦ blue 171

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

Shades of Ultramarine #1417AB

Tints of Ultramarine #1417AB

RGB

 RED value IS 20 (8.2% from 255) = 9.35%

 GREEN value IS 23 (9.38% from 255) = 10.75%

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

R = 9.35%
G = 10.75%
B = 79.91%

CMYK

 C value IS 0.88

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1417AB (or 0x1417AB) is known color: Ultramarine. HEX triplet: 14, 17 and AB. RGB value is (20,23,171). Sum of RGB (Red+Green+Blue) = 20+23+171=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 171 (67.19% from 255 or 79.91% from 214); Max value from RGB is 171 - color contains mainly: blue. Hex color #1417AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1417AB is #EBE854. Grayscale: #262626. Windows color (decimal): -15460437 or 11212564. OLE color: 11212564.

HSL color Cylindrical-coordinate representation of color #1417AB: hue angle of 238.81º 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 #1417AB is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 23 171 -
CMYK 0.88 0.87 0 0.33
HSL 238.81º 0.79% 0.37% -
HSV(B) 238.81º 0.88% 0.67% -
XYZ 7.95 3.7 38.82 -
YUV 38.98 202.51 114.47 -
System Red Green Blue C M Y K H S L
Decimal 20 23 171 0.88 0.87 0 0.33 238.81 0.79 0.37
Hex 14 17 AB 58 57 0 21 EF 4F 25
Octal 24 27 253 130 127 0 41 357 117 45
Binary 10100 10111 10101011 1011000 1010111 0 100001 11101111 1001111 100101

Color Harmonies of #1417AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1417AB

Black with #1417AB

Text Example


Text Example

White with #1417AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1417AB; }

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

 H1.HeaderClassName
 {
   color: #1417AB;
 }
 .AnyTagClassName
 {
   color: #1417AB;
 }
</style>

background-color css

<style>
 a { background-color: #1417AB; }

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

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

border-color css

<style>
 span { border-color: #1417AB; }

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

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