Html Css Color HEX #1713AB Ultramarine

📋 copy color: '#1713AB'

red 23 ◦ green 19 ◦ blue 171

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

Shades of Ultramarine #1713AB

Tints of Ultramarine #1713AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.92%

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

R = 10.8%
G = 8.92%
B = 80.28%

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

#1713AB (or 0x1713AB) is known color: Ultramarine. HEX triplet: 17, 13 and AB. RGB value is (23,19,171). Sum of RGB (Red+Green+Blue) = 23+19+171=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 171 (67.19% from 255 or 80.28% from 213); Max value from RGB is 171 - color contains mainly: blue. Hex color #1713AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1713AB is #E8EC54. Grayscale: #242424. Windows color (decimal): -15264853 or 11211543. OLE color: 11211543.

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

Color convert

RGB 23 19 171 -
CMYK 0.87 0.89 0 0.33
HSL 241.58º 0.8% 0.37% -
HSV(B) 241.58º 0.89% 0.67% -
XYZ 7.94 3.59 38.8 -
YUV 37.52 203.33 117.64 -
System Red Green Blue C M Y K H S L
Decimal 23 19 171 0.87 0.89 0 0.33 241.58 0.8 0.37
Hex 17 13 AB 57 59 0 21 F2 50 25
Octal 27 23 253 127 131 0 41 362 120 45
Binary 10111 10011 10101011 1010111 1011001 0 100001 11110010 1010000 100101

Color Harmonies of #1713AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1713AB

Black with #1713AB

Text Example


Text Example

White with #1713AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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