Html Css Color HEX #271194 Ultramarine

📋 copy color: '#271194'

red 39 ◦ green 17 ◦ blue 148

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

Shades of Ultramarine #271194

Tints of Ultramarine #271194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.33%

 BLUE value IS 148 (58.2% from 255) = 72.55%

R = 19.12%
G = 8.33%
B = 72.55%

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

#271194 (or 0x271194) is known color: Ultramarine. HEX triplet: 27, 11 and 94. RGB value is (39,17,148). Sum of RGB (Red+Green+Blue) = 39+17+148=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 148 (58.20% from 255 or 72.55% from 204); Max value from RGB is 148 - color contains mainly: blue. Hex color #271194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271194 is #D8EE6B. Grayscale: #262626. Windows color (decimal): -14216812 or 9703719. OLE color: 9703719.

HSL color Cylindrical-coordinate representation of color #271194: hue angle of 250.08º degrees, saturation: 0.79, 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 #271194 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 17 148 -
CMYK 0.74 0.89 0 0.42
HSL 250.08º 0.79% 0.32% -
HSV(B) 250.08º 0.89% 0.58% -
XYZ 6.38 2.97 28.25 -
YUV 38.51 189.79 128.35 -
System Red Green Blue C M Y K H S L
Decimal 39 17 148 0.74 0.89 0 0.42 250.08 0.79 0.32
Hex 27 11 94 4A 59 0 2A FA 4F 20
Octal 47 21 224 112 131 0 52 372 117 40
Binary 100111 10001 10010100 1001010 1011001 0 101010 11111010 1001111 100000

Color Harmonies of #271194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271194

Black with #271194

Text Example


Text Example

White with #271194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271194; }

 p { color: rgb(39,17,148); }

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

background-color css

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

 a { background-color: rgb(39,17,148); }

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

border-color css

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

 span { border-color: rgb(39,17,148); }

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