Html Css Color HEX #2F119F Ultramarine

📋 copy color: '#2F119F'

red 47 ◦ green 17 ◦ blue 159

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

Shades of Ultramarine #2F119F

Tints of Ultramarine #2F119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.62%

 BLUE value IS 159 (62.5% from 255) = 71.3%

R = 21.08%
G = 7.62%
B = 71.3%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2F119F (or 0x2F119F) is known color: Ultramarine. HEX triplet: 2F, 11 and 9F. RGB value is (47,17,159). Sum of RGB (Red+Green+Blue) = 47+17+159=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F119F is #D0EE60. Grayscale: #292929. Windows color (decimal): -13692513 or 10424623. OLE color: 10424623.

HSL color Cylindrical-coordinate representation of color #2F119F: hue angle of 252.68º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F119F is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 47 17 159 -
CMYK 0.70 0.89 0 0.38
HSL 252.68º 0.81% 0.35% -
HSV(B) 252.68º 0.89% 0.62% -
XYZ 7.63 3.51 33.08 -
YUV 42.16 193.94 131.45 -
System Red Green Blue C M Y K H S L
Decimal 47 17 159 0.70 0.89 0 0.38 252.68 0.81 0.35
Hex 2F 11 9F 46 59 0 26 FD 51 23
Octal 57 21 237 106 131 0 46 375 121 43
Binary 101111 10001 10011111 1000110 1011001 0 100110 11111101 1010001 100011

Color Harmonies of #2F119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F119F

Black with #2F119F

Text Example


Text Example

White with #2F119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,17,159); }

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

background-color css

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

 a { background-color: rgb(47,17,159); }

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

border-color css

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

 span { border-color: rgb(47,17,159); }

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