Html Css Color HEX #2F16AC Ultramarine

📋 copy color: '#2F16AC'

red 47 ◦ green 22 ◦ blue 172

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

Shades of Ultramarine #2F16AC

Tints of Ultramarine #2F16AC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.13%

 BLUE value IS 172 (67.58% from 255) = 71.37%

R = 19.5%
G = 9.13%
B = 71.37%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F16AC (or 0x2F16AC) is known color: Ultramarine. HEX triplet: 2F, 16 and AC. RGB value is (47,22,172). Sum of RGB (Red+Green+Blue) = 47+22+172=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F16AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F16AC is #D0E953. Grayscale: #2E2E2E. Windows color (decimal): -13691220 or 11277871. OLE color: 11277871.

HSL color Cylindrical-coordinate representation of color #2F16AC: hue angle of 250º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2F16AC is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 22 172 -
CMYK 0.73 0.87 0 0.33
HSL 250º 0.77% 0.38% -
HSV(B) 250º 0.87% 0.67% -
XYZ 8.91 4.16 39.36 -
YUV 46.58 198.78 128.3 -
System Red Green Blue C M Y K H S L
Decimal 47 22 172 0.73 0.87 0 0.33 250 0.77 0.38
Hex 2F 16 AC 49 57 0 21 FA 4D 26
Octal 57 26 254 111 127 0 41 372 115 46
Binary 101111 10110 10101100 1001001 1010111 0 100001 11111010 1001101 100110

Color Harmonies of #2F16AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F16AC

Black with #2F16AC

Text Example


Text Example

White with #2F16AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,22,172); }

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

background-color css

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

 a { background-color: rgb(47,22,172); }

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

border-color css

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

 span { border-color: rgb(47,22,172); }

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