Html Css Color HEX #27139A Ultramarine

📋 copy color: '#27139A'

red 39 ◦ green 19 ◦ blue 154

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

Shades of Ultramarine #27139A

Tints of Ultramarine #27139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 72.64%

R = 18.4%
G = 8.96%
B = 72.64%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#27139A (or 0x27139A) is known color: Ultramarine. HEX triplet: 27, 13 and 9A. RGB value is (39,19,154). Sum of RGB (Red+Green+Blue) = 39+19+154=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 154 (60.55% from 255 or 72.64% from 212); Max value from RGB is 154 - color contains mainly: blue. Hex color #27139A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27139A is #D8EC65. Grayscale: #272727. Windows color (decimal): -14216294 or 10097447. OLE color: 10097447.

HSL color Cylindrical-coordinate representation of color #27139A: hue angle of 248.89º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #27139A is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 39 19 154 -
CMYK 0.75 0.88 0 0.40
HSL 248.89º 0.78% 0.34% -
HSV(B) 248.89º 0.88% 0.6% -
XYZ 6.9 3.23 30.83 -
YUV 40.37 192.13 127.02 -
System Red Green Blue C M Y K H S L
Decimal 39 19 154 0.75 0.88 0 0.40 248.89 0.78 0.34
Hex 27 13 9A 4B 58 0 28 F9 4E 22
Octal 47 23 232 113 130 0 50 371 116 42
Binary 100111 10011 10011010 1001011 1011000 0 101000 11111001 1001110 100010

Color Harmonies of #27139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27139A

Black with #27139A

Text Example


Text Example

White with #27139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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