Html Css Color HEX #2F0AAC Ultramarine

📋 copy color: '#2F0AAC'

red 47 ◦ green 10 ◦ blue 172

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

Shades of Ultramarine #2F0AAC

Tints of Ultramarine #2F0AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.37%

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

R = 20.52%
G = 4.37%
B = 75.11%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F0AAC (or 0x2F0AAC) is known color: Ultramarine. HEX triplet: 2F, 0A and AC. RGB value is (47,10,172). Sum of RGB (Red+Green+Blue) = 47+10+172=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 172 (67.58% from 255 or 75.11% from 229); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F0AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0AAC is #D0F553. Grayscale: #262626. Windows color (decimal): -13694292 or 11274799. OLE color: 11274799.

HSL color Cylindrical-coordinate representation of color #2F0AAC: hue angle of 253.7º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2F0AAC is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 10 172 -
CMYK 0.73 0.94 0 0.33
HSL 253.7º 0.89% 0.36% -
HSV(B) 253.7º 0.94% 0.67% -
XYZ 8.73 3.8 39.3 -
YUV 39.53 202.76 133.33 -
System Red Green Blue C M Y K H S L
Decimal 47 10 172 0.73 0.94 0 0.33 253.7 0.89 0.36
Hex 2F A AC 49 5E 0 21 FE 59 24
Octal 57 12 254 111 136 0 41 376 131 44
Binary 101111 1010 10101100 1001001 1011110 0 100001 11111110 1011001 100100

Color Harmonies of #2F0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0AAC

Black with #2F0AAC

Text Example


Text Example

White with #2F0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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