Html Css Color HEX #2F10AA Ultramarine

📋 copy color: '#2F10AA'

red 47 ◦ green 16 ◦ blue 170

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

Shades of Ultramarine #2F10AA

Tints of Ultramarine #2F10AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.87%

 BLUE value IS 170 (66.8% from 255) = 72.96%

R = 20.17%
G = 6.87%
B = 72.96%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F10AA (or 0x2F10AA) is known color: Ultramarine. HEX triplet: 2F, 10 and AA. RGB value is (47,16,170). Sum of RGB (Red+Green+Blue) = 47+16+170=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F10AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F10AA is #D0EF55. Grayscale: #2A2A2A. Windows color (decimal): -13692758 or 11145263. OLE color: 11145263.

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

Color convert

RGB 47 16 170 -
CMYK 0.72 0.91 0 0.33
HSL 252.08º 0.83% 0.36% -
HSV(B) 252.08º 0.91% 0.67% -
XYZ 8.61 3.88 38.32 -
YUV 42.83 199.77 130.98 -
System Red Green Blue C M Y K H S L
Decimal 47 16 170 0.72 0.91 0 0.33 252.08 0.83 0.36
Hex 2F 10 AA 48 5B 0 21 FC 53 24
Octal 57 20 252 110 133 0 41 374 123 44
Binary 101111 10000 10101010 1001000 1011011 0 100001 11111100 1010011 100100

Color Harmonies of #2F10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F10AA

Black with #2F10AA

Text Example


Text Example

White with #2F10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,16,170); }

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

background-color css

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

 a { background-color: rgb(47,16,170); }

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

border-color css

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

 span { border-color: rgb(47,16,170); }

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