Html Css Color HEX #2F06B1 Ultramarine

📋 copy color: '#2F06B1'

red 47 ◦ green 6 ◦ blue 177

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

Shades of Ultramarine #2F06B1

Tints of Ultramarine #2F06B1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.61%

 BLUE value IS 177 (69.53% from 255) = 76.96%

R = 20.43%
G = 2.61%
B = 76.96%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2F06B1 (or 0x2F06B1) is known color: Ultramarine. HEX triplet: 2F, 06 and B1. RGB value is (47,6,177). Sum of RGB (Red+Green+Blue) = 47+6+177=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 177 (69.53% from 255 or 76.96% from 230); Max value from RGB is 177 - color contains mainly: blue. Hex color #2F06B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F06B1 is #D0F94E. Grayscale: #252525. Windows color (decimal): -13695311 or 11601455. OLE color: 11601455.

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

Color convert

RGB 47 6 177 -
CMYK 0.73 0.97 0 0.31
HSL 254.39º 0.93% 0.36% -
HSV(B) 254.39º 0.97% 0.69% -
XYZ 9.17 3.91 41.87 -
YUV 37.75 206.58 134.6 -
System Red Green Blue C M Y K H S L
Decimal 47 6 177 0.73 0.97 0 0.31 254.39 0.93 0.36
Hex 2F 6 B1 49 61 0 1F FE 5D 24
Octal 57 6 261 111 141 0 37 376 135 44
Binary 101111 110 10110001 1001001 1100001 0 11111 11111110 1011101 100100

Color Harmonies of #2F06B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F06B1

Black with #2F06B1

Text Example


Text Example

White with #2F06B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,6,177); }

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

background-color css

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

 a { background-color: rgb(47,6,177); }

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

border-color css

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

 span { border-color: rgb(47,6,177); }

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