Html Css Color HEX #271095 Ultramarine

📋 copy color: '#271095'

red 39 ◦ green 16 ◦ blue 149

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

Shades of Ultramarine #271095

Tints of Ultramarine #271095

RGB

 RED value IS 39 (15.63% from 255) = 19.12%

 GREEN value IS 16 (6.64% from 255) = 7.84%

 BLUE value IS 149 (58.59% from 255) = 73.04%

R = 19.12%
G = 7.84%
B = 73.04%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#271095 (or 0x271095) is known color: Ultramarine. HEX triplet: 27, 10 and 95. RGB value is (39,16,149). Sum of RGB (Red+Green+Blue) = 39+16+149=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #271095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271095 is #D8EF6A. Grayscale: #252525. Windows color (decimal): -14217067 or 9768999. OLE color: 9768999.

HSL color Cylindrical-coordinate representation of color #271095: hue angle of 250.38º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #271095 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 16 149 -
CMYK 0.74 0.89 0 0.42
HSL 250.38º 0.81% 0.32% -
HSV(B) 250.38º 0.89% 0.58% -
XYZ 6.45 2.97 28.67 -
YUV 38.04 190.62 128.69 -
System Red Green Blue C M Y K H S L
Decimal 39 16 149 0.74 0.89 0 0.42 250.38 0.81 0.32
Hex 27 10 95 4A 59 0 2A FA 51 20
Octal 47 20 225 112 131 0 52 372 121 40
Binary 100111 10000 10010101 1001010 1011001 0 101010 11111010 1010001 100000

Color Harmonies of #271095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271095

Black with #271095

Text Example


Text Example

White with #271095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271095; }

 p { color: rgb(39,16,149); }

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

background-color css

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

 a { background-color: rgb(39,16,149); }

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

border-color css

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

 span { border-color: rgb(39,16,149); }

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