Html Css Color HEX #2F0BBA Ultramarine

📋 copy color: '#2F0BBA'

red 47 ◦ green 11 ◦ blue 186

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

Shades of Ultramarine #2F0BBA

Tints of Ultramarine #2F0BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.51%

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

R = 19.26%
G = 4.51%
B = 76.23%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F0BBA (or 0x2F0BBA) is known color: Ultramarine. HEX triplet: 2F, 0B and BA. RGB value is (47,11,186). Sum of RGB (Red+Green+Blue) = 47+11+186=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F0BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2F0BBA is #D0F445. Grayscale: #292929. Windows color (decimal): -13694022 or 12192559. OLE color: 12192559.

HSL color Cylindrical-coordinate representation of color #2F0BBA: hue angle of 252.34º degrees, saturation: 0.89, 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 #2F0BBA is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 11 186 -
CMYK 0.75 0.94 0 0.27
HSL 252.34º 0.89% 0.39% -
HSV(B) 252.34º 0.94% 0.73% -
XYZ 10.15 4.39 46.77 -
YUV 41.71 209.43 131.77 -
System Red Green Blue C M Y K H S L
Decimal 47 11 186 0.75 0.94 0 0.27 252.34 0.89 0.39
Hex 2F B BA 4B 5E 0 1B FC 59 27
Octal 57 13 272 113 136 0 33 374 131 47
Binary 101111 1011 10111010 1001011 1011110 0 11011 11111100 1011001 100111

Color Harmonies of #2F0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0BBA

Black with #2F0BBA

Text Example


Text Example

White with #2F0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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