#2F13AF

Color #2F13AF Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #2F13AF

Tints of Ultramarine #2F13AF

Color information

#2F13AF (or 0x2F13AF) is unknown color: approx Ultramarine. HEX triplet: 2F, 13 and AF. RGB value is (47,19,175). Sum of RGB (Red+Green+Blue) = 47+19+175=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #2F13AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F13AF is #D0EC50. Grayscale: #2C2C2C. Windows color (decimal): -13691985 or 11473711. OLE color: 11473711.

HSL color Cylindrical-coordinate representation of color #2F13AF: hue angle of 250.77º 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 #2F13AF is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4719175-
CMYK0.730.8900.31
HSL250.77º80.41%38.04%-
HSV(B)250.77º89.14%68.63%-
XYZ9.144.1740.88-
YUV45.16201.28129.32-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.50%
GREEN value IS 19 (7.81% from 255) = 7.88%
BLUE value IS 175 (68.75% from 255) = 72.61%
R=19.50%
G=7.88%
B=72.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal47191750.730.8900.31250.7780.4138.04
Hex2F13AF495901Ffb5026
Octal572325711113103737312046
Binary101111100111010111110010011011001011111111110111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F13AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F13AF;
 }
 .AnyTagClassName
 {
   color: #2F13AF;
 }
</style>
background-color css

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

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

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

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

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

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