Html Css Color HEX #2F0BAB Ultramarine

📋 copy color: '#2F0BAB'

red 47 ◦ green 11 ◦ blue 171

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

Shades of Ultramarine #2F0BAB

Tints of Ultramarine #2F0BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 74.67%

R = 20.52%
G = 4.8%
B = 74.67%

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

#2F0BAB (or 0x2F0BAB) is known color: Ultramarine. HEX triplet: 2F, 0B and AB. RGB value is (47,11,171). Sum of RGB (Red+Green+Blue) = 47+11+171=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F0BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0BAB is #D0F454. Grayscale: #272727. Windows color (decimal): -13694037 or 11209519. OLE color: 11209519.

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

Color convert

RGB 47 11 171 -
CMYK 0.73 0.94 0 0.33
HSL 253.5º 0.88% 0.36% -
HSV(B) 253.5º 0.94% 0.67% -
XYZ 8.64 3.78 38.8 -
YUV 40 201.93 132.99 -
System Red Green Blue C M Y K H S L
Decimal 47 11 171 0.73 0.94 0 0.33 253.5 0.88 0.36
Hex 2F B AB 49 5E 0 21 FE 58 24
Octal 57 13 253 111 136 0 41 376 130 44
Binary 101111 1011 10101011 1001001 1011110 0 100001 11111110 1011000 100100

Color Harmonies of #2F0BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0BAB

Black with #2F0BAB

Text Example


Text Example

White with #2F0BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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