Html Css Color HEX #1712AB Ultramarine

📋 copy color: '#1712AB'

red 23 ◦ green 18 ◦ blue 171

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

Shades of Ultramarine #1712AB

Tints of Ultramarine #1712AB

RGB

 RED value IS 23 (9.38% from 255) = 10.85%

 GREEN value IS 18 (7.42% from 255) = 8.49%

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

R = 10.85%
G = 8.49%
B = 80.66%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1712AB (or 0x1712AB) is known color: Ultramarine. HEX triplet: 17, 12 and AB. RGB value is (23,18,171). Sum of RGB (Red+Green+Blue) = 23+18+171=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 171 (67.19% from 255 or 80.66% from 212); Max value from RGB is 171 - color contains mainly: blue. Hex color #1712AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1712AB is #E8ED54. Grayscale: #242424. Windows color (decimal): -15265109 or 11211287. OLE color: 11211287.

HSL color Cylindrical-coordinate representation of color #1712AB: hue angle of 241.96º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1712AB is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 18 171 -
CMYK 0.87 0.89 0 0.33
HSL 241.96º 0.81% 0.37% -
HSV(B) 241.96º 0.89% 0.67% -
XYZ 7.92 3.56 38.8 -
YUV 36.94 203.66 118.06 -
System Red Green Blue C M Y K H S L
Decimal 23 18 171 0.87 0.89 0 0.33 241.96 0.81 0.37
Hex 17 12 AB 57 59 0 21 F2 51 25
Octal 27 22 253 127 131 0 41 362 121 45
Binary 10111 10010 10101011 1010111 1011001 0 100001 11110010 1010001 100101

Color Harmonies of #1712AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1712AB

Black with #1712AB

Text Example


Text Example

White with #1712AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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