Html Css Color HEX #1313AC Ultramarine

📋 copy color: '#1313AC'

red 19 ◦ green 19 ◦ blue 172

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

Shades of Ultramarine #1313AC

Tints of Ultramarine #1313AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 81.9%

R = 9.05%
G = 9.05%
B = 81.9%

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

#1313AC (or 0x1313AC) is known color: Ultramarine. HEX triplet: 13, 13 and AC. RGB value is (19,19,172). Sum of RGB (Red+Green+Blue) = 19+19+172=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 172 (67.58% from 255 or 81.90% from 210); Max value from RGB is 172 - color contains mainly: blue. Hex color #1313AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1313AC is #ECEC53. Grayscale: #232323. Windows color (decimal): -15526996 or 11277075. OLE color: 11277075.

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

Color convert

RGB 19 19 172 -
CMYK 0.89 0.89 0 0.33
HSL 240º 0.8% 0.37% -
HSV(B) 240º 0.89% 0.67% -
XYZ 7.95 3.58 39.3 -
YUV 36.44 204.5 115.56 -
System Red Green Blue C M Y K H S L
Decimal 19 19 172 0.89 0.89 0 0.33 240 0.8 0.37
Hex 13 13 AC 59 59 0 21 F0 50 25
Octal 23 23 254 131 131 0 41 360 120 45
Binary 10011 10011 10101100 1011001 1011001 0 100001 11110000 1010000 100101

Color Harmonies of #1313AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1313AC

Black with #1313AC

Text Example


Text Example

White with #1313AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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