Html Css Color HEX #2F139E Ultramarine

📋 copy color: '#2F139E'

red 47 ◦ green 19 ◦ blue 158

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

Shades of Ultramarine #2F139E

Tints of Ultramarine #2F139E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 70.54%

R = 20.98%
G = 8.48%
B = 70.54%

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

#2F139E (or 0x2F139E) is known color: Ultramarine. HEX triplet: 2F, 13 and 9E. RGB value is (47,19,158). Sum of RGB (Red+Green+Blue) = 47+19+158=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 158 (62.11% from 255 or 70.54% from 224); Max value from RGB is 158 - color contains mainly: blue. Hex color #2F139E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F139E is #D0EC61. Grayscale: #2A2A2A. Windows color (decimal): -13692002 or 10359599. OLE color: 10359599.

HSL color Cylindrical-coordinate representation of color #2F139E: hue angle of 252.09º 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 #2F139E is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 47 19 158 -
CMYK 0.70 0.88 0 0.38
HSL 252.09º 0.79% 0.35% -
HSV(B) 252.09º 0.88% 0.62% -
XYZ 7.58 3.54 32.63 -
YUV 43.22 192.78 130.7 -
System Red Green Blue C M Y K H S L
Decimal 47 19 158 0.70 0.88 0 0.38 252.09 0.79 0.35
Hex 2F 13 9E 46 58 0 26 FC 4F 23
Octal 57 23 236 106 130 0 46 374 117 43
Binary 101111 10011 10011110 1000110 1011000 0 100110 11111100 1001111 100011

Color Harmonies of #2F139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F139E

Black with #2F139E

Text Example


Text Example

White with #2F139E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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