Html Css Color HEX #2F0FB9 Ultramarine

📋 copy color: '#2F0FB9'

red 47 ◦ green 15 ◦ blue 185

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

Shades of Ultramarine #2F0FB9

Tints of Ultramarine #2F0FB9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.07%

 BLUE value IS 185 (72.66% from 255) = 74.9%

R = 19.03%
G = 6.07%
B = 74.9%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F0FB9 (or 0x2F0FB9) is known color: Ultramarine. HEX triplet: 2F, 0F and B9. RGB value is (47,15,185). Sum of RGB (Red+Green+Blue) = 47+15+185=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 185 (72.66% from 255 or 74.90% from 247); Max value from RGB is 185 - color contains mainly: blue. Hex color #2F0FB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0FB9 is #D0F046. Grayscale: #2B2B2B. Windows color (decimal): -13692999 or 12128047. OLE color: 12128047.

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

Color convert

RGB 47 15 185 -
CMYK 0.75 0.92 0 0.27
HSL 251.29º 0.85% 0.39% -
HSV(B) 251.29º 0.92% 0.73% -
XYZ 10.1 4.45 46.23 -
YUV 43.95 207.6 130.18 -
System Red Green Blue C M Y K H S L
Decimal 47 15 185 0.75 0.92 0 0.27 251.29 0.85 0.39
Hex 2F F B9 4B 5C 0 1B FB 55 27
Octal 57 17 271 113 134 0 33 373 125 47
Binary 101111 1111 10111001 1001011 1011100 0 11011 11111011 1010101 100111

Color Harmonies of #2F0FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0FB9

Black with #2F0FB9

Text Example


Text Example

White with #2F0FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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