Html Css Color HEX #2F14AE Ultramarine

📋 copy color: '#2F14AE'

red 47 ◦ green 20 ◦ blue 174

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

Shades of Ultramarine #2F14AE

Tints of Ultramarine #2F14AE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.3%

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

R = 19.5%
G = 8.3%
B = 72.2%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2F14AE (or 0x2F14AE) is known color: Ultramarine. HEX triplet: 2F, 14 and AE. RGB value is (47,20,174). Sum of RGB (Red+Green+Blue) = 47+20+174=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F14AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F14AE is #D0EB51. Grayscale: #2D2D2D. Windows color (decimal): -13691730 or 11408431. OLE color: 11408431.

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

Color convert

RGB 47 20 174 -
CMYK 0.73 0.89 0 0.32
HSL 250.52º 0.79% 0.38% -
HSV(B) 250.52º 0.89% 0.68% -
XYZ 9.06 4.16 40.37 -
YUV 45.63 200.45 128.98 -
System Red Green Blue C M Y K H S L
Decimal 47 20 174 0.73 0.89 0 0.32 250.52 0.79 0.38
Hex 2F 14 AE 49 59 0 20 FB 4F 26
Octal 57 24 256 111 131 0 40 373 117 46
Binary 101111 10100 10101110 1001001 1011001 0 100000 11111011 1001111 100110

Color Harmonies of #2F14AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F14AE

Black with #2F14AE

Text Example


Text Example

White with #2F14AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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