Html Css Color HEX #2507A1 Ultramarine

📋 copy color: '#2507A1'

red 37 ◦ green 7 ◦ blue 161

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

Shades of Ultramarine #2507A1

Tints of Ultramarine #2507A1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

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

R = 18.05%
G = 3.41%
B = 78.54%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2507A1 (or 0x2507A1) is known color: Ultramarine. HEX triplet: 25, 07 and A1. RGB value is (37,7,161). Sum of RGB (Red+Green+Blue) = 37+7+161=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 161 (63.28% from 255 or 78.54% from 205); Max value from RGB is 161 - color contains mainly: blue. Hex color #2507A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2507A1 is #DAF85E. Grayscale: #202020. Windows color (decimal): -14350431 or 10553125. OLE color: 10553125.

HSL color Cylindrical-coordinate representation of color #2507A1: hue angle of 251.69º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2507A1 is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 37 7 161 -
CMYK 0.77 0.96 0 0.37
HSL 251.69º 0.92% 0.33% -
HSV(B) 251.69º 0.96% 0.63% -
XYZ 7.27 3.12 33.94 -
YUV 33.53 199.94 130.48 -
System Red Green Blue C M Y K H S L
Decimal 37 7 161 0.77 0.96 0 0.37 251.69 0.92 0.33
Hex 25 7 A1 4D 60 0 25 FC 5C 21
Octal 45 7 241 115 140 0 45 374 134 41
Binary 100101 111 10100001 1001101 1100000 0 100101 11111100 1011100 100001

Color Harmonies of #2507A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2507A1

Black with #2507A1

Text Example


Text Example

White with #2507A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,7,161); }

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

background-color css

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

 a { background-color: rgb(37,7,161); }

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

border-color css

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

 span { border-color: rgb(37,7,161); }

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