Html Css Color HEX #2F13AD Ultramarine

📋 copy color: '#2F13AD'

red 47 ◦ green 19 ◦ blue 173

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

Shades of Ultramarine #2F13AD

Tints of Ultramarine #2F13AD

RGB

 RED value IS 47 (18.75% from 255) = 19.67%

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

 BLUE value IS 173 (67.97% from 255) = 72.38%

R = 19.67%
G = 7.95%
B = 72.38%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2F13AD (or 0x2F13AD) is known color: Ultramarine. HEX triplet: 2F, 13 and AD. RGB value is (47,19,173). Sum of RGB (Red+Green+Blue) = 47+19+173=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #2F13AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F13AD is #D0EC52. Grayscale: #2C2C2C. Windows color (decimal): -13691987 or 11342639. OLE color: 11342639.

HSL color Cylindrical-coordinate representation of color #2F13AD: hue angle of 250.91º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F13AD is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 19 173 -
CMYK 0.73 0.89 0 0.32
HSL 250.91º 0.8% 0.38% -
HSV(B) 250.91º 0.89% 0.68% -
XYZ 8.95 4.09 39.85 -
YUV 44.93 200.28 129.48 -
System Red Green Blue C M Y K H S L
Decimal 47 19 173 0.73 0.89 0 0.32 250.91 0.8 0.38
Hex 2F 13 AD 49 59 0 20 FB 50 26
Octal 57 23 255 111 131 0 40 373 120 46
Binary 101111 10011 10101101 1001001 1011001 0 100000 11111011 1010000 100110

Color Harmonies of #2F13AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F13AD

Black with #2F13AD

Text Example


Text Example

White with #2F13AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F13AD; }

 p { color: rgb(47,19,173); }

 H1.HeaderClassName
 {
   color: #2F13AD;
 }
 .AnyTagClassName
 {
   color: #2F13AD;
 }
</style>

background-color css

<style>
 a { background-color: #2F13AD; }

 a { background-color: rgb(47,19,173); }

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

border-color css

<style>
 span { border-color: #2F13AD; }

 span { border-color: rgb(47,19,173); }

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