Html Css Color HEX #271295 Ultramarine

📋 copy color: '#271295'

red 39 ◦ green 18 ◦ blue 149

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

Shades of Ultramarine #271295

Tints of Ultramarine #271295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

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

R = 18.93%
G = 8.74%
B = 72.33%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#271295 (or 0x271295) is known color: Ultramarine. HEX triplet: 27, 12 and 95. RGB value is (39,18,149). Sum of RGB (Red+Green+Blue) = 39+18+149=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #271295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271295 is #D8ED6A. Grayscale: #262626. Windows color (decimal): -14216555 or 9769511. OLE color: 9769511.

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

Color convert

RGB 39 18 149 -
CMYK 0.74 0.88 0 0.42
HSL 249.62º 0.78% 0.33% -
HSV(B) 249.62º 0.88% 0.58% -
XYZ 6.48 3.03 28.68 -
YUV 39.21 189.96 127.85 -
System Red Green Blue C M Y K H S L
Decimal 39 18 149 0.74 0.88 0 0.42 249.62 0.78 0.33
Hex 27 12 95 4A 58 0 2A FA 4E 21
Octal 47 22 225 112 130 0 52 372 116 41
Binary 100111 10010 10010101 1001010 1011000 0 101010 11111010 1001110 100001

Color Harmonies of #271295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271295

Black with #271295

Text Example


Text Example

White with #271295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271295; }

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

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

background-color css

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

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

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

border-color css

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

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

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