Html Css Color HEX #2F139F Ultramarine

📋 copy color: '#2F139F'

red 47 ◦ green 19 ◦ blue 159

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

Shades of Ultramarine #2F139F

Tints of Ultramarine #2F139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.44%

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

R = 20.89%
G = 8.44%
B = 70.67%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2F139F (or 0x2F139F) is known color: Ultramarine. HEX triplet: 2F, 13 and 9F. RGB value is (47,19,159). Sum of RGB (Red+Green+Blue) = 47+19+159=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 159 (62.5% from 255 or 70.67% from 225); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F139F is #D0EC60. Grayscale: #2A2A2A. Windows color (decimal): -13692001 or 10425135. OLE color: 10425135.

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

Color convert

RGB 47 19 159 -
CMYK 0.70 0.88 0 0.38
HSL 252º 0.79% 0.35% -
HSV(B) 252º 0.88% 0.62% -
XYZ 7.66 3.57 33.09 -
YUV 43.33 193.28 130.62 -
System Red Green Blue C M Y K H S L
Decimal 47 19 159 0.70 0.88 0 0.38 252 0.79 0.35
Hex 2F 13 9F 46 58 0 26 FC 4F 23
Octal 57 23 237 106 130 0 46 374 117 43
Binary 101111 10011 10011111 1000110 1011000 0 100110 11111100 1001111 100011

Color Harmonies of #2F139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F139F

Black with #2F139F

Text Example


Text Example

White with #2F139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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