Html Css Color HEX #2601A8 Ultramarine

📋 copy color: '#2601A8'

red 38 ◦ green 1 ◦ blue 168

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

Shades of Ultramarine #2601A8

Tints of Ultramarine #2601A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 81.16%

R = 18.36%
G = 0.48%
B = 81.16%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#2601A8 (or 0x2601A8) is known color: Ultramarine. HEX triplet: 26, 01 and A8. RGB value is (38,1,168). Sum of RGB (Red+Green+Blue) = 38+1+168=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 168 (66.02% from 255 or 81.16% from 207); Max value from RGB is 168 - color contains mainly: blue. Hex color #2601A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2601A8 is #D9FE57. Grayscale: #1E1E1E. Windows color (decimal): -14286424 or 11010342. OLE color: 11010342.

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

Color convert

RGB 38 1 168 -
CMYK 0.77 0.99 0 0.34
HSL 253.29º 0.99% 0.33% -
HSV(B) 253.29º 0.99% 0.66% -
XYZ 7.88 3.26 37.26 -
YUV 31.1 205.26 132.92 -
System Red Green Blue C M Y K H S L
Decimal 38 1 168 0.77 0.99 0 0.34 253.29 0.99 0.33
Hex 26 1 A8 4D 63 0 22 FD 63 21
Octal 46 1 250 115 143 0 42 375 143 41
Binary 100110 1 10101000 1001101 1100011 0 100010 11111101 1100011 100001

Color Harmonies of #2601A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2601A8

Black with #2601A8

Text Example


Text Example

White with #2601A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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