Html Css Color HEX #27158D Ultramarine

📋 copy color: '#27158D'

red 39 ◦ green 21 ◦ blue 141

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

Shades of Ultramarine #27158D

Tints of Ultramarine #27158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.45%

 BLUE value IS 141 (55.47% from 255) = 70.15%

R = 19.4%
G = 10.45%
B = 70.15%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27158D (or 0x27158D) is known color: Ultramarine. HEX triplet: 27, 15 and 8D. RGB value is (39,21,141). Sum of RGB (Red+Green+Blue) = 39+21+141=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #27158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27158D is #D8EA72. Grayscale: #272727. Windows color (decimal): -14215795 or 9245991. OLE color: 9245991.

HSL color Cylindrical-coordinate representation of color #27158D: hue angle of 249º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27158D is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 21 141 -
CMYK 0.72 0.85 0 0.45
HSL 249º 0.74% 0.32% -
HSV(B) 249º 0.85% 0.55% -
XYZ 5.91 2.89 25.45 -
YUV 40.06 184.96 127.24 -
System Red Green Blue C M Y K H S L
Decimal 39 21 141 0.72 0.85 0 0.45 249 0.74 0.32
Hex 27 15 8D 48 55 0 2D F9 4A 20
Octal 47 25 215 110 125 0 55 371 112 40
Binary 100111 10101 10001101 1001000 1010101 0 101101 11111001 1001010 100000

Color Harmonies of #27158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27158D

Black with #27158D

Text Example


Text Example

White with #27158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27158D; }

 p { color: rgb(39,21,141); }

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

background-color css

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

 a { background-color: rgb(39,21,141); }

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

border-color css

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

 span { border-color: rgb(39,21,141); }

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