Html Css Color HEX #2505AF Ultramarine

📋 copy color: '#2505AF'

red 37 ◦ green 5 ◦ blue 175

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

Shades of Ultramarine #2505AF

Tints of Ultramarine #2505AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.3%

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

R = 17.05%
G = 2.3%
B = 80.65%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2505AF (or 0x2505AF) is known color: Ultramarine. HEX triplet: 25, 05 and AF. RGB value is (37,5,175). Sum of RGB (Red+Green+Blue) = 37+5+175=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 175 (68.75% from 255 or 80.65% from 217); Max value from RGB is 175 - color contains mainly: blue. Hex color #2505AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2505AF is #DAFA50. Grayscale: #212121. Windows color (decimal): -14350929 or 11470117. OLE color: 11470117.

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

Color convert

RGB 37 5 175 -
CMYK 0.79 0.97 0 0.31
HSL 251.29º 0.94% 0.35% -
HSV(B) 251.29º 0.97% 0.69% -
XYZ 8.56 3.6 40.8 -
YUV 33.95 207.6 130.18 -
System Red Green Blue C M Y K H S L
Decimal 37 5 175 0.79 0.97 0 0.31 251.29 0.94 0.35
Hex 25 5 AF 4F 61 0 1F FB 5E 23
Octal 45 5 257 117 141 0 37 373 136 43
Binary 100101 101 10101111 1001111 1100001 0 11111 11111011 1011110 100011

Color Harmonies of #2505AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2505AF

Black with #2505AF

Text Example


Text Example

White with #2505AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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