Html Css Color HEX #27119F Ultramarine

📋 copy color: '#27119F'

red 39 ◦ green 17 ◦ blue 159

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

Shades of Ultramarine #27119F

Tints of Ultramarine #27119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.91%

 BLUE value IS 159 (62.5% from 255) = 73.95%

R = 18.14%
G = 7.91%
B = 73.95%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27119F (or 0x27119F) is known color: Ultramarine. HEX triplet: 27, 11 and 9F. RGB value is (39,17,159). Sum of RGB (Red+Green+Blue) = 39+17+159=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 159 (62.5% from 255 or 73.95% from 215); Max value from RGB is 159 - color contains mainly: blue. Hex color #27119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27119F is #D8EE60. Grayscale: #272727. Windows color (decimal): -14216801 or 10424615. OLE color: 10424615.

HSL color Cylindrical-coordinate representation of color #27119F: hue angle of 249.3º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #27119F is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 39 17 159 -
CMYK 0.75 0.89 0 0.38
HSL 249.3º 0.81% 0.35% -
HSV(B) 249.3º 0.89% 0.62% -
XYZ 7.3 3.34 33.06 -
YUV 39.77 195.29 127.45 -
System Red Green Blue C M Y K H S L
Decimal 39 17 159 0.75 0.89 0 0.38 249.3 0.81 0.35
Hex 27 11 9F 4B 59 0 26 F9 51 23
Octal 47 21 237 113 131 0 46 371 121 43
Binary 100111 10001 10011111 1001011 1011001 0 100110 11111001 1010001 100011

Color Harmonies of #27119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27119F

Black with #27119F

Text Example


Text Example

White with #27119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27119F; }

 p { color: rgb(39,17,159); }

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

background-color css

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

 a { background-color: rgb(39,17,159); }

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

border-color css

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

 span { border-color: rgb(39,17,159); }

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