Html Css Color HEX #2510AE Ultramarine

📋 copy color: '#2510AE'

red 37 ◦ green 16 ◦ blue 174

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

Shades of Ultramarine #2510AE

Tints of Ultramarine #2510AE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.05%

 BLUE value IS 174 (68.36% from 255) = 76.65%

R = 16.3%
G = 7.05%
B = 76.65%

CMYK

 C value IS 0.79

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2510AE (or 0x2510AE) is known color: Ultramarine. HEX triplet: 25, 10 and AE. RGB value is (37,16,174). Sum of RGB (Red+Green+Blue) = 37+16+174=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 174 (68.36% from 255 or 76.65% from 227); Max value from RGB is 174 - color contains mainly: blue. Hex color #2510AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2510AE is #DAEF51. Grayscale: #272727. Windows color (decimal): -14348114 or 11407397. OLE color: 11407397.

HSL color Cylindrical-coordinate representation of color #2510AE: hue angle of 247.97º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2510AE is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 16 174 -
CMYK 0.79 0.91 0 0.32
HSL 247.97º 0.83% 0.37% -
HSV(B) 247.97º 0.91% 0.68% -
XYZ 8.59 3.82 40.33 -
YUV 40.29 203.46 125.65 -
System Red Green Blue C M Y K H S L
Decimal 37 16 174 0.79 0.91 0 0.32 247.97 0.83 0.37
Hex 25 10 AE 4F 5B 0 20 F8 53 25
Octal 45 20 256 117 133 0 40 370 123 45
Binary 100101 10000 10101110 1001111 1011011 0 100000 11111000 1010011 100101

Color Harmonies of #2510AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2510AE

Black with #2510AE

Text Example


Text Example

White with #2510AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2510AE; }

 p { color: rgb(37,16,174); }

 H1.HeaderClassName
 {
   color: #2510AE;
 }
 .AnyTagClassName
 {
   color: #2510AE;
 }
</style>

background-color css

<style>
 a { background-color: #2510AE; }

 a { background-color: rgb(37,16,174); }

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

border-color css

<style>
 span { border-color: #2510AE; }

 span { border-color: rgb(37,16,174); }

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