#2F18AA

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

Shades of Ultramarine #2F18AA

Tints of Ultramarine #2F18AA

Color information

#2F18AA (or 0x2F18AA) is unknown color: approx Ultramarine. HEX triplet: 2F, 18 and AA. RGB value is (47,24,170). Sum of RGB (Red+Green+Blue) = 47+24+170=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F18AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F18AA is #D0E755. Grayscale: #2E2E2E. Windows color (decimal): -13690710 or 11147311. OLE color: 11147311.

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

Color convert

RGB4724170-
CMYK0.720.8600.33
HSL249.45º75.26%38.04%-
HSV(B)249.45º85.88%66.67%-
XYZ8.754.1638.37-
YUV47.52197.12127.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.50%
GREEN value IS 24 (9.77% from 255) = 9.96%
BLUE value IS 170 (66.80% from 255) = 70.54%
R=19.50%
G=9.96%
B=70.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47241700.720.8600.33249.4575.2638.04
Hex2F18AA4856021f94b26
Octal573025211012604137111346
Binary1011111100010101010100100010101100100001111110011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F18AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,24,170); }

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

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

 a { background-color: rgb(47,24,170); }

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

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

 span { border-color: rgb(47,24,170); }

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