Html Css Color HEX #2501A6 Ultramarine

📋 copy color: '#2501A6'

red 37 ◦ green 1 ◦ blue 166

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

Shades of Ultramarine #2501A6

Tints of Ultramarine #2501A6

RGB

 RED value IS 37 (14.84% from 255) = 18.14%

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

 BLUE value IS 166 (65.23% from 255) = 81.37%

R = 18.14%
G = 0.49%
B = 81.37%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2501A6 (or 0x2501A6) is known color: Ultramarine. HEX triplet: 25, 01 and A6. RGB value is (37,1,166). Sum of RGB (Red+Green+Blue) = 37+1+166=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 166 (65.23% from 255 or 81.37% from 204); Max value from RGB is 166 - color contains mainly: blue. Hex color #2501A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2501A6 is #DAFE59. Grayscale: #1D1D1D. Windows color (decimal): -14351962 or 10879269. OLE color: 10879269.

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

Color convert

RGB 37 1 166 -
CMYK 0.78 0.99 0 0.35
HSL 253.09º 0.99% 0.33% -
HSV(B) 253.09º 0.99% 0.65% -
XYZ 7.66 3.17 36.28 -
YUV 30.57 204.43 132.58 -
System Red Green Blue C M Y K H S L
Decimal 37 1 166 0.78 0.99 0 0.35 253.09 0.99 0.33
Hex 25 1 A6 4E 63 0 23 FD 63 21
Octal 45 1 246 116 143 0 43 375 143 41
Binary 100101 1 10100110 1001110 1100011 0 100011 11111101 1100011 100001

Color Harmonies of #2501A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2501A6

Black with #2501A6

Text Example


Text Example

White with #2501A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2501A6; }

 p { color: rgb(37,1,166); }

 H1.HeaderClassName
 {
   color: #2501A6;
 }
 .AnyTagClassName
 {
   color: #2501A6;
 }
</style>

background-color css

<style>
 a { background-color: #2501A6; }

 a { background-color: rgb(37,1,166); }

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

border-color css

<style>
 span { border-color: #2501A6; }

 span { border-color: rgb(37,1,166); }

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