Html Css Color HEX #2510AF Ultramarine

📋 copy color: '#2510AF'

red 37 ◦ green 16 ◦ blue 175

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

Shades of Ultramarine #2510AF

Tints of Ultramarine #2510AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 76.75%

R = 16.23%
G = 7.02%
B = 76.75%

CMYK

 C value IS 0.79

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2510AF (or 0x2510AF) is known color: Ultramarine. HEX triplet: 25, 10 and AF. RGB value is (37,16,175). Sum of RGB (Red+Green+Blue) = 37+16+175=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 175 (68.75% from 255 or 76.75% from 228); Max value from RGB is 175 - color contains mainly: blue. Hex color #2510AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2510AF is #DAEF50. Grayscale: #272727. Windows color (decimal): -14348113 or 11472933. OLE color: 11472933.

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

Color convert

RGB 37 16 175 -
CMYK 0.79 0.91 0 0.31
HSL 247.92º 0.83% 0.37% -
HSV(B) 247.92º 0.91% 0.69% -
XYZ 8.69 3.86 40.84 -
YUV 40.41 203.96 125.57 -
System Red Green Blue C M Y K H S L
Decimal 37 16 175 0.79 0.91 0 0.31 247.92 0.83 0.37
Hex 25 10 AF 4F 5B 0 1F F8 53 25
Octal 45 20 257 117 133 0 37 370 123 45
Binary 100101 10000 10101111 1001111 1011011 0 11111 11111000 1010011 100101

Color Harmonies of #2510AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2510AF

Black with #2510AF

Text Example


Text Example

White with #2510AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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