#2F0CB9

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

Shades of Ultramarine #2F0CB9

Tints of Ultramarine #2F0CB9

Color information

#2F0CB9 (or 0x2F0CB9) is unknown color: approx Ultramarine. HEX triplet: 2F, 0C and B9. RGB value is (47,12,185). Sum of RGB (Red+Green+Blue) = 47+12+185=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 185 (72.66% from 255 or 75.82% from 244); Max value from RGB is 185 - color contains mainly: blue. Hex color #2F0CB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0CB9 is #D0F346. Grayscale: #292929. Windows color (decimal): -13693767 or 12127279. OLE color: 12127279.

HSL color Cylindrical-coordinate representation of color #2F0CB9: hue angle of 252.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0CB9 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4712185-
CMYK0.750.9400.27
HSL252.14º87.82%38.63%-
HSV(B)252.14º93.51%72.55%-
XYZ10.064.3746.21-
YUV42.19208.6131.43-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.26%
GREEN value IS 12 (5.08% from 255) = 4.92%
BLUE value IS 185 (72.66% from 255) = 75.82%
R=19.26%
G=4.92%
B=75.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47121850.750.9400.27252.1487.8238.63
Hex2FCB94B5E01Bfc5827
Octal571427111313603337413047
Binary10111111001011100110010111011110011011111111001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,12,185); }

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

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

 a { background-color: rgb(47,12,185); }

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

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

 span { border-color: rgb(47,12,185); }

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