Html Css Color HEX #2F11AE Ultramarine

📋 copy color: '#2F11AE'

red 47 ◦ green 17 ◦ blue 174

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

Shades of Ultramarine #2F11AE

Tints of Ultramarine #2F11AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 73.11%

R = 19.75%
G = 7.14%
B = 73.11%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2F11AE (or 0x2F11AE) is known color: Ultramarine. HEX triplet: 2F, 11 and AE. RGB value is (47,17,174). Sum of RGB (Red+Green+Blue) = 47+17+174=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 174 (68.36% from 255 or 73.11% from 238); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F11AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F11AE is #D0EE51. Grayscale: #2B2B2B. Windows color (decimal): -13692498 or 11407663. OLE color: 11407663.

HSL color Cylindrical-coordinate representation of color #2F11AE: hue angle of 251.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F11AE is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 17 174 -
CMYK 0.73 0.90 0 0.32
HSL 251.47º 0.82% 0.37% -
HSV(B) 251.47º 0.9% 0.68% -
XYZ 9.01 4.06 40.35 -
YUV 43.87 201.44 130.23 -
System Red Green Blue C M Y K H S L
Decimal 47 17 174 0.73 0.90 0 0.32 251.47 0.82 0.37
Hex 2F 11 AE 49 5A 0 20 FB 52 25
Octal 57 21 256 111 132 0 40 373 122 45
Binary 101111 10001 10101110 1001001 1011010 0 100000 11111011 1010010 100101

Color Harmonies of #2F11AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F11AE

Black with #2F11AE

Text Example


Text Example

White with #2F11AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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