Html Css Color HEX #2F15B0 Ultramarine

📋 copy color: '#2F15B0'

red 47 ◦ green 21 ◦ blue 176

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

Shades of Ultramarine #2F15B0

Tints of Ultramarine #2F15B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 72.13%

R = 19.26%
G = 8.61%
B = 72.13%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2F15B0 (or 0x2F15B0) is known color: Ultramarine. HEX triplet: 2F, 15 and B0. RGB value is (47,21,176). Sum of RGB (Red+Green+Blue) = 47+21+176=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 176 (69.14% from 255 or 72.13% from 244); Max value from RGB is 176 - color contains mainly: blue. Hex color #2F15B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F15B0 is #D0EA4F. Grayscale: #2D2D2D. Windows color (decimal): -13691472 or 11539759. OLE color: 11539759.

HSL color Cylindrical-coordinate representation of color #2F15B0: hue angle of 250.06º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2F15B0 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 21 176 -
CMYK 0.73 0.88 0 0.31
HSL 250.06º 0.79% 0.39% -
HSV(B) 250.06º 0.88% 0.69% -
XYZ 9.28 4.28 41.41 -
YUV 46.44 201.11 128.4 -
System Red Green Blue C M Y K H S L
Decimal 47 21 176 0.73 0.88 0 0.31 250.06 0.79 0.39
Hex 2F 15 B0 49 58 0 1F FA 4F 27
Octal 57 25 260 111 130 0 37 372 117 47
Binary 101111 10101 10110000 1001001 1011000 0 11111 11111010 1001111 100111

Color Harmonies of #2F15B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F15B0

Black with #2F15B0

Text Example


Text Example

White with #2F15B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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