Html Css Color HEX #2713AB Ultramarine

📋 copy color: '#2713AB'

red 39 ◦ green 19 ◦ blue 171

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

Shades of Ultramarine #2713AB

Tints of Ultramarine #2713AB

RGB

 RED value IS 39 (15.63% from 255) = 17.03%

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

 BLUE value IS 171 (67.19% from 255) = 74.67%

R = 17.03%
G = 8.3%
B = 74.67%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2713AB (or 0x2713AB) is known color: Ultramarine. HEX triplet: 27, 13 and AB. RGB value is (39,19,171). Sum of RGB (Red+Green+Blue) = 39+19+171=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #2713AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2713AB is #D8EC54. Grayscale: #292929. Windows color (decimal): -14216277 or 11211559. OLE color: 11211559.

HSL color Cylindrical-coordinate representation of color #2713AB: hue angle of 247.89º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2713AB is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 19 171 -
CMYK 0.77 0.89 0 0.33
HSL 247.89º 0.8% 0.37% -
HSV(B) 247.89º 0.89% 0.67% -
XYZ 8.42 3.84 38.82 -
YUV 42.31 200.63 125.64 -
System Red Green Blue C M Y K H S L
Decimal 39 19 171 0.77 0.89 0 0.33 247.89 0.8 0.37
Hex 27 13 AB 4D 59 0 21 F8 50 25
Octal 47 23 253 115 131 0 41 370 120 45
Binary 100111 10011 10101011 1001101 1011001 0 100001 11111000 1010000 100101

Color Harmonies of #2713AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2713AB

Black with #2713AB

Text Example


Text Example

White with #2713AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2713AB; }

 p { color: rgb(39,19,171); }

 H1.HeaderClassName
 {
   color: #2713AB;
 }
 .AnyTagClassName
 {
   color: #2713AB;
 }
</style>

background-color css

<style>
 a { background-color: #2713AB; }

 a { background-color: rgb(39,19,171); }

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

border-color css

<style>
 span { border-color: #2713AB; }

 span { border-color: rgb(39,19,171); }

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