Html Css Color HEX #1501A1 Ultramarine

📋 copy color: '#1501A1'

red 21 ◦ green 1 ◦ blue 161

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

Shades of Ultramarine #1501A1

Tints of Ultramarine #1501A1

RGB

 RED value IS 21 (8.59% from 255) = 11.48%

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

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

R = 11.48%
G = 0.55%
B = 87.98%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1501A1 (or 0x1501A1) is known color: Ultramarine. HEX triplet: 15, 01 and A1. RGB value is (21,1,161). Sum of RGB (Red+Green+Blue) = 21+1+161=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 161 (63.28% from 255 or 87.98% from 183); Max value from RGB is 161 - color contains mainly: blue. Hex color #1501A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1501A1 is #EAFE5E. Grayscale: #181818. Windows color (decimal): -15400543 or 10551573. OLE color: 10551573.

HSL color Cylindrical-coordinate representation of color #1501A1: hue angle of 247.5º 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 #1501A1 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 1 161 -
CMYK 0.87 0.99 0 0.37
HSL 247.5º 0.99% 0.32% -
HSV(B) 247.5º 0.99% 0.63% -
XYZ 6.75 2.75 33.89 -
YUV 25.22 204.63 124.99 -
System Red Green Blue C M Y K H S L
Decimal 21 1 161 0.87 0.99 0 0.37 247.5 0.99 0.32
Hex 15 1 A1 57 63 0 25 F8 63 20
Octal 25 1 241 127 143 0 45 370 143 40
Binary 10101 1 10100001 1010111 1100011 0 100101 11111000 1100011 100000

Color Harmonies of #1501A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1501A1

Black with #1501A1

Text Example


Text Example

White with #1501A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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