Html Css Color HEX #271390 Ultramarine

📋 copy color: '#271390'

red 39 ◦ green 19 ◦ blue 144

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

Shades of Ultramarine #271390

Tints of Ultramarine #271390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

 BLUE value IS 144 (56.64% from 255) = 71.29%

R = 19.31%
G = 9.41%
B = 71.29%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#271390 (or 0x271390) is known color: Ultramarine. HEX triplet: 27, 13 and 90. RGB value is (39,19,144). Sum of RGB (Red+Green+Blue) = 39+19+144=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 144 (56.64% from 255 or 71.29% from 202); Max value from RGB is 144 - color contains mainly: blue. Hex color #271390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271390 is #D8EC6F. Grayscale: #262626. Windows color (decimal): -14216304 or 9442087. OLE color: 9442087.

HSL color Cylindrical-coordinate representation of color #271390: hue angle of 249.6º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #271390 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 19 144 -
CMYK 0.73 0.87 0 0.44
HSL 249.6º 0.77% 0.32% -
HSV(B) 249.6º 0.87% 0.56% -
XYZ 6.1 2.91 26.63 -
YUV 39.23 187.13 127.84 -
System Red Green Blue C M Y K H S L
Decimal 39 19 144 0.73 0.87 0 0.44 249.6 0.77 0.32
Hex 27 13 90 49 57 0 2C FA 4D 20
Octal 47 23 220 111 127 0 54 372 115 40
Binary 100111 10011 10010000 1001001 1010111 0 101100 11111010 1001101 100000

Color Harmonies of #271390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271390

Black with #271390

Text Example


Text Example

White with #271390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271390; }

 p { color: rgb(39,19,144); }

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

background-color css

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

 a { background-color: rgb(39,19,144); }

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

border-color css

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

 span { border-color: rgb(39,19,144); }

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