Html Css Color HEX #2F0BAC Ultramarine

📋 copy color: '#2F0BAC'

red 47 ◦ green 11 ◦ blue 172

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

Shades of Ultramarine #2F0BAC

Tints of Ultramarine #2F0BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.78%

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

R = 20.43%
G = 4.78%
B = 74.78%

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

#2F0BAC (or 0x2F0BAC) is known color: Ultramarine. HEX triplet: 2F, 0B and AC. RGB value is (47,11,172). Sum of RGB (Red+Green+Blue) = 47+11+172=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 172 (67.58% from 255 or 74.78% from 230); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F0BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0BAC is #D0F453. Grayscale: #272727. Windows color (decimal): -13694036 or 11275055. OLE color: 11275055.

HSL color Cylindrical-coordinate representation of color #2F0BAC: hue angle of 253.42º degrees, saturation: 0.88, 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 #2F0BAC is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 11 172 -
CMYK 0.73 0.94 0 0.33
HSL 253.42º 0.88% 0.36% -
HSV(B) 253.42º 0.94% 0.67% -
XYZ 8.74 3.82 39.31 -
YUV 40.12 202.43 132.91 -
System Red Green Blue C M Y K H S L
Decimal 47 11 172 0.73 0.94 0 0.33 253.42 0.88 0.36
Hex 2F B AC 49 5E 0 21 FD 58 24
Octal 57 13 254 111 136 0 41 375 130 44
Binary 101111 1011 10101100 1001001 1011110 0 100001 11111101 1011000 100100

Color Harmonies of #2F0BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0BAC

Black with #2F0BAC

Text Example


Text Example

White with #2F0BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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