Html Css Color HEX #1313AA Ultramarine

📋 copy color: '#1313AA'

red 19 ◦ green 19 ◦ blue 170

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

Shades of Ultramarine #1313AA

Tints of Ultramarine #1313AA

RGB

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

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

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

R = 9.13%
G = 9.13%
B = 81.73%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1313AA (or 0x1313AA) is known color: Ultramarine. HEX triplet: 13, 13 and AA. RGB value is (19,19,170). Sum of RGB (Red+Green+Blue) = 19+19+170=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 170 (66.80% from 255 or 81.73% from 208); Max value from RGB is 170 - color contains mainly: blue. Hex color #1313AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1313AA is #ECEC55. Grayscale: #232323. Windows color (decimal): -15526998 or 11146003. OLE color: 11146003.

HSL color Cylindrical-coordinate representation of color #1313AA: hue angle of 240º 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 #1313AA is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 19 170 -
CMYK 0.89 0.89 0 0.33
HSL 240º 0.8% 0.37% -
HSV(B) 240º 0.89% 0.67% -
XYZ 7.76 3.51 38.3 -
YUV 36.21 203.5 115.72 -
System Red Green Blue C M Y K H S L
Decimal 19 19 170 0.89 0.89 0 0.33 240 0.8 0.37
Hex 13 13 AA 59 59 0 21 F0 50 25
Octal 23 23 252 131 131 0 41 360 120 45
Binary 10011 10011 10101010 1011001 1011001 0 100001 11110000 1010000 100101

Color Harmonies of #1313AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1313AA

Black with #1313AA

Text Example


Text Example

White with #1313AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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