Html Css Color HEX #1310AA Ultramarine

📋 copy color: '#1310AA'

red 19 ◦ green 16 ◦ blue 170

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

Shades of Ultramarine #1310AA

Tints of Ultramarine #1310AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.8%

 BLUE value IS 170 (66.8% from 255) = 82.93%

R = 9.27%
G = 7.8%
B = 82.93%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1310AA (or 0x1310AA) is known color: Ultramarine. HEX triplet: 13, 10 and AA. RGB value is (19,16,170). Sum of RGB (Red+Green+Blue) = 19+16+170=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 170 (66.80% from 255 or 82.93% from 205); Max value from RGB is 170 - color contains mainly: blue. Hex color #1310AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1310AA is #ECEF55. Grayscale: #212121. Windows color (decimal): -15527766 or 11145235. OLE color: 11145235.

HSL color Cylindrical-coordinate representation of color #1310AA: hue angle of 241.17º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1310AA is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 16 170 -
CMYK 0.89 0.91 0 0.33
HSL 241.17º 0.83% 0.36% -
HSV(B) 241.17º 0.91% 0.67% -
XYZ 7.71 3.41 38.28 -
YUV 34.45 204.49 116.98 -
System Red Green Blue C M Y K H S L
Decimal 19 16 170 0.89 0.91 0 0.33 241.17 0.83 0.36
Hex 13 10 AA 59 5B 0 21 F1 53 24
Octal 23 20 252 131 133 0 41 361 123 44
Binary 10011 10000 10101010 1011001 1011011 0 100001 11110001 1010011 100100

Color Harmonies of #1310AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1310AA

Black with #1310AA

Text Example


Text Example

White with #1310AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1310AA; }

 p { color: rgb(19,16,170); }

 H1.HeaderClassName
 {
   color: #1310AA;
 }
 .AnyTagClassName
 {
   color: #1310AA;
 }
</style>

background-color css

<style>
 a { background-color: #1310AA; }

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

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

border-color css

<style>
 span { border-color: #1310AA; }

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

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