Html Css Color HEX #1014A1 Ultramarine

📋 copy color: '#1014A1'

red 16 ◦ green 20 ◦ blue 161

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

Shades of Ultramarine #1014A1

Tints of Ultramarine #1014A1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.15%

 BLUE value IS 161 (63.28% from 255) = 81.73%

R = 8.12%
G = 10.15%
B = 81.73%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1014A1 (or 0x1014A1) is known color: Ultramarine. HEX triplet: 10, 14 and A1. RGB value is (16,20,161). Sum of RGB (Red+Green+Blue) = 16+20+161=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 161 (63.28% from 255 or 81.73% from 197); Max value from RGB is 161 - color contains mainly: blue. Hex color #1014A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1014A1 is #EFEB5E. Grayscale: #222222. Windows color (decimal): -15723359 or 10556432. OLE color: 10556432.

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

Color convert

RGB 16 20 161 -
CMYK 0.90 0.88 0 0.37
HSL 238.34º 0.82% 0.35% -
HSV(B) 238.34º 0.9% 0.63% -
XYZ 6.9 3.18 33.97 -
YUV 34.88 199.17 114.54 -
System Red Green Blue C M Y K H S L
Decimal 16 20 161 0.90 0.88 0 0.37 238.34 0.82 0.35
Hex 10 14 A1 5A 58 0 25 EE 52 23
Octal 20 24 241 132 130 0 45 356 122 43
Binary 10000 10100 10100001 1011010 1011000 0 100101 11101110 1010010 100011

Color Harmonies of #1014A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1014A1

Black with #1014A1

Text Example


Text Example

White with #1014A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1014A1; }

 p { color: rgb(16,20,161); }

 H1.HeaderClassName
 {
   color: #1014A1;
 }
 .AnyTagClassName
 {
   color: #1014A1;
 }
</style>

background-color css

<style>
 a { background-color: #1014A1; }

 a { background-color: rgb(16,20,161); }

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

border-color css

<style>
 span { border-color: #1014A1; }

 span { border-color: rgb(16,20,161); }

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