Html Css Color HEX #1013A2 Ultramarine

📋 copy color: '#1013A2'

red 16 ◦ green 19 ◦ blue 162

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

Shades of Ultramarine #1013A2

Tints of Ultramarine #1013A2

RGB

 RED value IS 16 (6.64% from 255) = 8.12%

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

 BLUE value IS 162 (63.67% from 255) = 82.23%

R = 8.12%
G = 9.64%
B = 82.23%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1013A2 (or 0x1013A2) is known color: Ultramarine. HEX triplet: 10, 13 and A2. RGB value is (16,19,162). Sum of RGB (Red+Green+Blue) = 16+19+162=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 162 (63.67% from 255 or 82.23% from 197); Max value from RGB is 162 - color contains mainly: blue. Hex color #1013A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1013A2 is #EFEC5D. Grayscale: #212121. Windows color (decimal): -15723614 or 10621712. OLE color: 10621712.

HSL color Cylindrical-coordinate representation of color #1013A2: hue angle of 238.77º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1013A2 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 19 162 -
CMYK 0.90 0.88 0 0.36
HSL 238.77º 0.82% 0.35% -
HSV(B) 238.77º 0.9% 0.64% -
XYZ 6.97 3.18 34.43 -
YUV 34.41 200.01 114.87 -
System Red Green Blue C M Y K H S L
Decimal 16 19 162 0.90 0.88 0 0.36 238.77 0.82 0.35
Hex 10 13 A2 5A 58 0 24 EF 52 23
Octal 20 23 242 132 130 0 44 357 122 43
Binary 10000 10011 10100010 1011010 1011000 0 100100 11101111 1010010 100011

Color Harmonies of #1013A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1013A2

Black with #1013A2

Text Example


Text Example

White with #1013A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1013A2; }

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

 H1.HeaderClassName
 {
   color: #1013A2;
 }
 .AnyTagClassName
 {
   color: #1013A2;
 }
</style>

background-color css

<style>
 a { background-color: #1013A2; }

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

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

border-color css

<style>
 span { border-color: #1013A2; }

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

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