Html Css Color HEX #2F0EAC Ultramarine

📋 copy color: '#2F0EAC'

red 47 ◦ green 14 ◦ blue 172

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

Shades of Ultramarine #2F0EAC

Tints of Ultramarine #2F0EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 73.82%

R = 20.17%
G = 6.01%
B = 73.82%

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

#2F0EAC (or 0x2F0EAC) is known color: Ultramarine. HEX triplet: 2F, 0E and AC. RGB value is (47,14,172). Sum of RGB (Red+Green+Blue) = 47+14+172=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F0EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0EAC is #D0F153. Grayscale: #292929. Windows color (decimal): -13693268 or 11275823. OLE color: 11275823.

HSL color Cylindrical-coordinate representation of color #2F0EAC: hue angle of 252.53º 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 #2F0EAC is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 14 172 -
CMYK 0.73 0.92 0 0.33
HSL 252.53º 0.85% 0.36% -
HSV(B) 252.53º 0.92% 0.67% -
XYZ 8.78 3.9 39.32 -
YUV 41.88 201.43 131.65 -
System Red Green Blue C M Y K H S L
Decimal 47 14 172 0.73 0.92 0 0.33 252.53 0.85 0.36
Hex 2F E AC 49 5C 0 21 FD 55 24
Octal 57 16 254 111 134 0 41 375 125 44
Binary 101111 1110 10101100 1001001 1011100 0 100001 11111101 1010101 100100

Color Harmonies of #2F0EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0EAC

Black with #2F0EAC

Text Example


Text Example

White with #2F0EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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