Html Css Color HEX #2813AF Ultramarine

📋 copy color: '#2813AF'

red 40 ◦ green 19 ◦ blue 175

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

Shades of Ultramarine #2813AF

Tints of Ultramarine #2813AF

RGB

 RED value IS 40 (16.02% from 255) = 17.09%

 GREEN value IS 19 (7.81% from 255) = 8.12%

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

R = 17.09%
G = 8.12%
B = 74.79%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2813AF (or 0x2813AF) is known color: Ultramarine. HEX triplet: 28, 13 and AF. RGB value is (40,19,175). Sum of RGB (Red+Green+Blue) = 40+19+175=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 175 (68.75% from 255 or 74.79% from 234); Max value from RGB is 175 - color contains mainly: blue. Hex color #2813AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2813AF is #D7EC50. Grayscale: #2A2A2A. Windows color (decimal): -14150737 or 11473704. OLE color: 11473704.

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

Color convert

RGB 40 19 175 -
CMYK 0.77 0.89 0 0.31
HSL 248.08º 0.8% 0.38% -
HSV(B) 248.08º 0.89% 0.69% -
XYZ 8.85 4.01 40.87 -
YUV 43.06 202.46 125.82 -
System Red Green Blue C M Y K H S L
Decimal 40 19 175 0.77 0.89 0 0.31 248.08 0.8 0.38
Hex 28 13 AF 4D 59 0 1F F8 50 26
Octal 50 23 257 115 131 0 37 370 120 46
Binary 101000 10011 10101111 1001101 1011001 0 11111 11111000 1010000 100110

Color Harmonies of #2813AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2813AF

Black with #2813AF

Text Example


Text Example

White with #2813AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,19,175); }

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

background-color css

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

 a { background-color: rgb(40,19,175); }

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

border-color css

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

 span { border-color: rgb(40,19,175); }

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