Html Css Color HEX #2601AB Ultramarine

📋 copy color: '#2601AB'

red 38 ◦ green 1 ◦ blue 171

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

Shades of Ultramarine #2601AB

Tints of Ultramarine #2601AB

RGB

 RED value IS 38 (15.23% from 255) = 18.1%

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

 BLUE value IS 171 (67.19% from 255) = 81.43%

R = 18.1%
G = 0.48%
B = 81.43%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2601AB (or 0x2601AB) is known color: Ultramarine. HEX triplet: 26, 01 and AB. RGB value is (38,1,171). Sum of RGB (Red+Green+Blue) = 38+1+171=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 171 (67.19% from 255 or 81.43% from 210); Max value from RGB is 171 - color contains mainly: blue. Hex color #2601AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2601AB is #D9FE54. Grayscale: #1E1E1E. Windows color (decimal): -14286421 or 11206950. OLE color: 11206950.

HSL color Cylindrical-coordinate representation of color #2601AB: hue angle of 253.06º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2601AB is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 1 171 -
CMYK 0.78 0.99 0 0.33
HSL 253.06º 0.99% 0.34% -
HSV(B) 253.06º 0.99% 0.67% -
XYZ 8.16 3.37 38.75 -
YUV 31.44 206.76 132.68 -
System Red Green Blue C M Y K H S L
Decimal 38 1 171 0.78 0.99 0 0.33 253.06 0.99 0.34
Hex 26 1 AB 4E 63 0 21 FD 63 22
Octal 46 1 253 116 143 0 41 375 143 42
Binary 100110 1 10101011 1001110 1100011 0 100001 11111101 1100011 100010

Color Harmonies of #2601AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2601AB

Black with #2601AB

Text Example


Text Example

White with #2601AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2601AB; }

 p { color: rgb(38,1,171); }

 H1.HeaderClassName
 {
   color: #2601AB;
 }
 .AnyTagClassName
 {
   color: #2601AB;
 }
</style>

background-color css

<style>
 a { background-color: #2601AB; }

 a { background-color: rgb(38,1,171); }

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

border-color css

<style>
 span { border-color: #2601AB; }

 span { border-color: rgb(38,1,171); }

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