Html Css Color HEX #2F15AA Ultramarine

📋 copy color: '#2F15AA'

red 47 ◦ green 21 ◦ blue 170

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

Shades of Ultramarine #2F15AA

Tints of Ultramarine #2F15AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.82%

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

R = 19.75%
G = 8.82%
B = 71.43%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F15AA (or 0x2F15AA) is known color: Ultramarine. HEX triplet: 2F, 15 and AA. RGB value is (47,21,170). Sum of RGB (Red+Green+Blue) = 47+21+170=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F15AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F15AA is #D0EA55. Grayscale: #2D2D2D. Windows color (decimal): -13691478 or 11146543. OLE color: 11146543.

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

Color convert

RGB 47 21 170 -
CMYK 0.72 0.88 0 0.33
HSL 250.47º 0.78% 0.37% -
HSV(B) 250.47º 0.88% 0.67% -
XYZ 8.7 4.04 38.35 -
YUV 45.76 198.11 128.88 -
System Red Green Blue C M Y K H S L
Decimal 47 21 170 0.72 0.88 0 0.33 250.47 0.78 0.37
Hex 2F 15 AA 48 58 0 21 FA 4E 25
Octal 57 25 252 110 130 0 41 372 116 45
Binary 101111 10101 10101010 1001000 1011000 0 100001 11111010 1001110 100101

Color Harmonies of #2F15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F15AA

Black with #2F15AA

Text Example


Text Example

White with #2F15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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