Html Css Color HEX #2F10BA Ultramarine

📋 copy color: '#2F10BA'

red 47 ◦ green 16 ◦ blue 186

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

Shades of Ultramarine #2F10BA

Tints of Ultramarine #2F10BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

 BLUE value IS 186 (73.05% from 255) = 74.7%

R = 18.88%
G = 6.43%
B = 74.7%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F10BA (or 0x2F10BA) is known color: Ultramarine. HEX triplet: 2F, 10 and BA. RGB value is (47,16,186). Sum of RGB (Red+Green+Blue) = 47+16+186=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F10BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F10BA is #D0EF45. Grayscale: #2C2C2C. Windows color (decimal): -13692742 or 12193839. OLE color: 12193839.

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

Color convert

RGB 47 16 186 -
CMYK 0.75 0.91 0 0.27
HSL 250.94º 0.84% 0.4% -
HSV(B) 250.94º 0.91% 0.73% -
XYZ 10.22 4.52 46.79 -
YUV 44.65 207.77 129.68 -
System Red Green Blue C M Y K H S L
Decimal 47 16 186 0.75 0.91 0 0.27 250.94 0.84 0.4
Hex 2F 10 BA 4B 5B 0 1B FB 54 28
Octal 57 20 272 113 133 0 33 373 124 50
Binary 101111 10000 10111010 1001011 1011011 0 11011 11111011 1010100 101000

Color Harmonies of #2F10BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F10BA

Black with #2F10BA

Text Example


Text Example

White with #2F10BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,16,186); }

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

background-color css

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

 a { background-color: rgb(47,16,186); }

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

border-color css

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

 span { border-color: rgb(47,16,186); }

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