Html Css Color HEX #2F12AE Ultramarine

📋 copy color: '#2F12AE'

red 47 ◦ green 18 ◦ blue 174

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

Shades of Ultramarine #2F12AE

Tints of Ultramarine #2F12AE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.53%

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

R = 19.67%
G = 7.53%
B = 72.8%

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

#2F12AE (or 0x2F12AE) is known color: Ultramarine. HEX triplet: 2F, 12 and AE. RGB value is (47,18,174). Sum of RGB (Red+Green+Blue) = 47+18+174=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F12AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F12AE is #D0ED51. Grayscale: #2B2B2B. Windows color (decimal): -13692242 or 11407919. OLE color: 11407919.

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

Color convert

RGB 47 18 174 -
CMYK 0.73 0.90 0 0.32
HSL 251.15º 0.81% 0.38% -
HSV(B) 251.15º 0.9% 0.68% -
XYZ 9.03 4.09 40.36 -
YUV 44.46 201.11 129.82 -
System Red Green Blue C M Y K H S L
Decimal 47 18 174 0.73 0.90 0 0.32 251.15 0.81 0.38
Hex 2F 12 AE 49 5A 0 20 FB 51 26
Octal 57 22 256 111 132 0 40 373 121 46
Binary 101111 10010 10101110 1001001 1011010 0 100000 11111011 1010001 100110

Color Harmonies of #2F12AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F12AE

Black with #2F12AE

Text Example


Text Example

White with #2F12AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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