Html Css Color HEX #2F13AA Ultramarine

📋 copy color: '#2F13AA'

red 47 ◦ green 19 ◦ blue 170

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

Shades of Ultramarine #2F13AA

Tints of Ultramarine #2F13AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

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

R = 19.92%
G = 8.05%
B = 72.03%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F13AA (or 0x2F13AA) is known color: Ultramarine. HEX triplet: 2F, 13 and AA. RGB value is (47,19,170). Sum of RGB (Red+Green+Blue) = 47+19+170=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F13AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F13AA is #D0EC55. Grayscale: #2C2C2C. Windows color (decimal): -13691990 or 11146031. OLE color: 11146031.

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

Color convert

RGB 47 19 170 -
CMYK 0.72 0.89 0 0.33
HSL 251.13º 0.8% 0.37% -
HSV(B) 251.13º 0.89% 0.67% -
XYZ 8.66 3.97 38.34 -
YUV 44.59 198.78 129.72 -
System Red Green Blue C M Y K H S L
Decimal 47 19 170 0.72 0.89 0 0.33 251.13 0.8 0.37
Hex 2F 13 AA 48 59 0 21 FB 50 25
Octal 57 23 252 110 131 0 41 373 120 45
Binary 101111 10011 10101010 1001000 1011001 0 100001 11111011 1010000 100101

Color Harmonies of #2F13AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F13AA

Black with #2F13AA

Text Example


Text Example

White with #2F13AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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