Html Css Color HEX #272090 Ultramarine

📋 copy color: '#272090'

red 39 ◦ green 32 ◦ blue 144

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

Shades of Ultramarine #272090

Tints of Ultramarine #272090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.88%

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

R = 18.14%
G = 14.88%
B = 66.98%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#272090 (or 0x272090) is known color: Ultramarine. HEX triplet: 27, 20 and 90. RGB value is (39,32,144). Sum of RGB (Red+Green+Blue) = 39+32+144=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #272090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272090 is #D8DF6F. Grayscale: #2E2E2E. Windows color (decimal): -14212976 or 9445415. OLE color: 9445415.

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

Color convert

RGB 39 32 144 -
CMYK 0.73 0.78 0 0.44
HSL 243.75º 0.64% 0.35% -
HSV(B) 243.75º 0.78% 0.56% -
XYZ 6.39 3.48 26.72 -
YUV 46.86 182.82 122.39 -
System Red Green Blue C M Y K H S L
Decimal 39 32 144 0.73 0.78 0 0.44 243.75 0.64 0.35
Hex 27 20 90 49 4E 0 2C F4 40 23
Octal 47 40 220 111 116 0 54 364 100 43
Binary 100111 100000 10010000 1001001 1001110 0 101100 11110100 1000000 100011

Color Harmonies of #272090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272090

Black with #272090

Text Example


Text Example

White with #272090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272090; }

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

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

background-color css

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

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

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

border-color css

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

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

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