Html Css Color HEX #271096 Ultramarine

📋 copy color: '#271096'

red 39 ◦ green 16 ◦ blue 150

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

Shades of Ultramarine #271096

Tints of Ultramarine #271096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 73.17%

R = 19.02%
G = 7.8%
B = 73.17%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#271096 (or 0x271096) is known color: Ultramarine. HEX triplet: 27, 10 and 96. RGB value is (39,16,150). Sum of RGB (Red+Green+Blue) = 39+16+150=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 150 (58.98% from 255 or 73.17% from 205); Max value from RGB is 150 - color contains mainly: blue. Hex color #271096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271096 is #D8EF69. Grayscale: #252525. Windows color (decimal): -14217066 or 9834535. OLE color: 9834535.

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

Color convert

RGB 39 16 150 -
CMYK 0.74 0.89 0 0.41
HSL 250.3º 0.81% 0.33% -
HSV(B) 250.3º 0.89% 0.59% -
XYZ 6.53 3 29.09 -
YUV 38.15 191.12 128.6 -
System Red Green Blue C M Y K H S L
Decimal 39 16 150 0.74 0.89 0 0.41 250.3 0.81 0.33
Hex 27 10 96 4A 59 0 29 FA 51 21
Octal 47 20 226 112 131 0 51 372 121 41
Binary 100111 10000 10010110 1001010 1011001 0 101001 11111010 1010001 100001

Color Harmonies of #271096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271096

Black with #271096

Text Example


Text Example

White with #271096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271096; }

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

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

background-color css

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

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

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

border-color css

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

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

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