Html Css Color HEX #2F0FAE Ultramarine

📋 copy color: '#2F0FAE'

red 47 ◦ green 15 ◦ blue 174

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

Shades of Ultramarine #2F0FAE

Tints of Ultramarine #2F0FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.36%

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

R = 19.92%
G = 6.36%
B = 73.73%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2F0FAE (or 0x2F0FAE) is known color: Ultramarine. HEX triplet: 2F, 0F and AE. RGB value is (47,15,174). Sum of RGB (Red+Green+Blue) = 47+15+174=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F0FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0FAE is #D0F051. Grayscale: #2A2A2A. Windows color (decimal): -13693010 or 11407151. OLE color: 11407151.

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

Color convert

RGB 47 15 174 -
CMYK 0.73 0.91 0 0.32
HSL 252.08º 0.84% 0.37% -
HSV(B) 252.08º 0.91% 0.68% -
XYZ 8.98 4 40.34 -
YUV 42.69 202.1 131.07 -
System Red Green Blue C M Y K H S L
Decimal 47 15 174 0.73 0.91 0 0.32 252.08 0.84 0.37
Hex 2F F AE 49 5B 0 20 FC 54 25
Octal 57 17 256 111 133 0 40 374 124 45
Binary 101111 1111 10101110 1001001 1011011 0 100000 11111100 1010100 100101

Color Harmonies of #2F0FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0FAE

Black with #2F0FAE

Text Example


Text Example

White with #2F0FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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