Html Css Color HEX #2515AF Ultramarine

📋 copy color: '#2515AF'

red 37 ◦ green 21 ◦ blue 175

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

Shades of Ultramarine #2515AF

Tints of Ultramarine #2515AF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.01%

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

R = 15.88%
G = 9.01%
B = 75.11%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2515AF (or 0x2515AF) is known color: Ultramarine. HEX triplet: 25, 15 and AF. RGB value is (37,21,175). Sum of RGB (Red+Green+Blue) = 37+21+175=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 175 (68.75% from 255 or 75.11% from 233); Max value from RGB is 175 - color contains mainly: blue. Hex color #2515AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2515AF is #DAEA50. Grayscale: #2A2A2A. Windows color (decimal): -14346833 or 11474213. OLE color: 11474213.

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

Color convert

RGB 37 21 175 -
CMYK 0.79 0.88 0 0.31
HSL 246.23º 0.79% 0.38% -
HSV(B) 246.23º 0.88% 0.69% -
XYZ 8.77 4.02 40.87 -
YUV 43.34 202.3 123.48 -
System Red Green Blue C M Y K H S L
Decimal 37 21 175 0.79 0.88 0 0.31 246.23 0.79 0.38
Hex 25 15 AF 4F 58 0 1F F6 4F 26
Octal 45 25 257 117 130 0 37 366 117 46
Binary 100101 10101 10101111 1001111 1011000 0 11111 11110110 1001111 100110

Color Harmonies of #2515AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2515AF

Black with #2515AF

Text Example


Text Example

White with #2515AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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