Html Css Color HEX #1601A1 Ultramarine

📋 copy color: '#1601A1'

red 22 ◦ green 1 ◦ blue 161

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

Shades of Ultramarine #1601A1

Tints of Ultramarine #1601A1

RGB

 RED value IS 22 (8.98% from 255) = 11.96%

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 11.96%
G = 0.54%
B = 87.5%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1601A1 (or 0x1601A1) is known color: Ultramarine. HEX triplet: 16, 01 and A1. RGB value is (22,1,161). Sum of RGB (Red+Green+Blue) = 22+1+161=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 161 (63.28% from 255 or 87.5% from 184); Max value from RGB is 161 - color contains mainly: blue. Hex color #1601A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1601A1 is #E9FE5E. Grayscale: #181818. Windows color (decimal): -15335007 or 10551574. OLE color: 10551574.

HSL color Cylindrical-coordinate representation of color #1601A1: hue angle of 247.88º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1601A1 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 22 1 161 -
CMYK 0.86 0.99 0 0.37
HSL 247.88º 0.99% 0.32% -
HSV(B) 247.88º 0.99% 0.63% -
XYZ 6.77 2.77 33.89 -
YUV 25.52 204.46 125.49 -
System Red Green Blue C M Y K H S L
Decimal 22 1 161 0.86 0.99 0 0.37 247.88 0.99 0.32
Hex 16 1 A1 56 63 0 25 F8 63 20
Octal 26 1 241 126 143 0 45 370 143 40
Binary 10110 1 10100001 1010110 1100011 0 100101 11111000 1100011 100000

Color Harmonies of #1601A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1601A1

Black with #1601A1

Text Example


Text Example

White with #1601A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,1,161); }

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

background-color css

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

 a { background-color: rgb(22,1,161); }

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

border-color css

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

 span { border-color: rgb(22,1,161); }

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