Html Css Color HEX #2F0EAB Ultramarine

📋 copy color: '#2F0EAB'

red 47 ◦ green 14 ◦ blue 171

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

Shades of Ultramarine #2F0EAB

Tints of Ultramarine #2F0EAB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.03%

 BLUE value IS 171 (67.19% from 255) = 73.71%

R = 20.26%
G = 6.03%
B = 73.71%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F0EAB (or 0x2F0EAB) is known color: Ultramarine. HEX triplet: 2F, 0E and AB. RGB value is (47,14,171). Sum of RGB (Red+Green+Blue) = 47+14+171=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F0EAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0EAB is #D0F154. Grayscale: #292929. Windows color (decimal): -13693269 or 11210287. OLE color: 11210287.

HSL color Cylindrical-coordinate representation of color #2F0EAB: hue angle of 252.61º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F0EAB is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 14 171 -
CMYK 0.73 0.92 0 0.33
HSL 252.61º 0.85% 0.36% -
HSV(B) 252.61º 0.92% 0.67% -
XYZ 8.68 3.86 38.82 -
YUV 41.77 200.93 131.73 -
System Red Green Blue C M Y K H S L
Decimal 47 14 171 0.73 0.92 0 0.33 252.61 0.85 0.36
Hex 2F E AB 49 5C 0 21 FD 55 24
Octal 57 16 253 111 134 0 41 375 125 44
Binary 101111 1110 10101011 1001001 1011100 0 100001 11111101 1010101 100100

Color Harmonies of #2F0EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0EAB

Black with #2F0EAB

Text Example


Text Example

White with #2F0EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,14,171); }

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

background-color css

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

 a { background-color: rgb(47,14,171); }

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

border-color css

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

 span { border-color: rgb(47,14,171); }

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