Html Css Color HEX #27138D Ultramarine

📋 copy color: '#27138D'

red 39 ◦ green 19 ◦ blue 141

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

Shades of Ultramarine #27138D

Tints of Ultramarine #27138D

RGB

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

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

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

R = 19.6%
G = 9.55%
B = 70.85%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27138D (or 0x27138D) is known color: Ultramarine. HEX triplet: 27, 13 and 8D. RGB value is (39,19,141). Sum of RGB (Red+Green+Blue) = 39+19+141=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 141 (55.47% from 255 or 70.85% from 199); Max value from RGB is 141 - color contains mainly: blue. Hex color #27138D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27138D is #D8EC72. Grayscale: #262626. Windows color (decimal): -14216307 or 9245479. OLE color: 9245479.

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

Color convert

RGB 39 19 141 -
CMYK 0.72 0.87 0 0.45
HSL 249.84º 0.76% 0.31% -
HSV(B) 249.84º 0.87% 0.55% -
XYZ 5.88 2.82 25.43 -
YUV 38.89 185.63 128.08 -
System Red Green Blue C M Y K H S L
Decimal 39 19 141 0.72 0.87 0 0.45 249.84 0.76 0.31
Hex 27 13 8D 48 57 0 2D FA 4C 1F
Octal 47 23 215 110 127 0 55 372 114 37
Binary 100111 10011 10001101 1001000 1010111 0 101101 11111010 1001100 11111

Color Harmonies of #27138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27138D

Black with #27138D

Text Example


Text Example

White with #27138D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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