Html Css Color HEX #271290 Ultramarine

📋 copy color: '#271290'

red 39 ◦ green 18 ◦ blue 144

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

Shades of Ultramarine #271290

Tints of Ultramarine #271290

RGB

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

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

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

R = 19.4%
G = 8.96%
B = 71.64%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#271290 (or 0x271290) is known color: Ultramarine. HEX triplet: 27, 12 and 90. RGB value is (39,18,144). Sum of RGB (Red+Green+Blue) = 39+18+144=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #271290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271290 is #D8ED6F. Grayscale: #262626. Windows color (decimal): -14216560 or 9441831. OLE color: 9441831.

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

Color convert

RGB 39 18 144 -
CMYK 0.73 0.88 0 0.44
HSL 250º 0.78% 0.32% -
HSV(B) 250º 0.88% 0.56% -
XYZ 6.09 2.88 26.62 -
YUV 38.64 187.46 128.25 -
System Red Green Blue C M Y K H S L
Decimal 39 18 144 0.73 0.88 0 0.44 250 0.78 0.32
Hex 27 12 90 49 58 0 2C FA 4E 20
Octal 47 22 220 111 130 0 54 372 116 40
Binary 100111 10010 10010000 1001001 1011000 0 101100 11111010 1001110 100000

Color Harmonies of #271290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271290

Black with #271290

Text Example


Text Example

White with #271290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271290; }

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

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

background-color css

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

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

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

border-color css

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

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

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