Html Css Color HEX #1313AD Ultramarine

📋 copy color: '#1313AD'

red 19 ◦ green 19 ◦ blue 173

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

Shades of Ultramarine #1313AD

Tints of Ultramarine #1313AD

RGB

 RED value IS 19 (7.81% from 255) = 9%

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

 BLUE value IS 173 (67.97% from 255) = 81.99%

R = 9%
G = 9%
B = 81.99%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1313AD (or 0x1313AD) is known color: Ultramarine. HEX triplet: 13, 13 and AD. RGB value is (19,19,173). Sum of RGB (Red+Green+Blue) = 19+19+173=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 173 (67.97% from 255 or 81.99% from 211); Max value from RGB is 173 - color contains mainly: blue. Hex color #1313AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1313AD is #ECEC52. Grayscale: #232323. Windows color (decimal): -15526995 or 11342611. OLE color: 11342611.

HSL color Cylindrical-coordinate representation of color #1313AD: hue angle of 240º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1313AD is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 19 173 -
CMYK 0.89 0.89 0 0.32
HSL 240º 0.8% 0.38% -
HSV(B) 240º 0.89% 0.68% -
XYZ 8.04 3.62 39.81 -
YUV 36.56 205 115.48 -
System Red Green Blue C M Y K H S L
Decimal 19 19 173 0.89 0.89 0 0.32 240 0.8 0.38
Hex 13 13 AD 59 59 0 20 F0 50 26
Octal 23 23 255 131 131 0 40 360 120 46
Binary 10011 10011 10101101 1011001 1011001 0 100000 11110000 1010000 100110

Color Harmonies of #1313AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1313AD

Black with #1313AD

Text Example


Text Example

White with #1313AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1313AD; }

 p { color: rgb(19,19,173); }

 H1.HeaderClassName
 {
   color: #1313AD;
 }
 .AnyTagClassName
 {
   color: #1313AD;
 }
</style>

background-color css

<style>
 a { background-color: #1313AD; }

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

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

border-color css

<style>
 span { border-color: #1313AD; }

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

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