Html Css Color HEX #27059F Ultramarine

📋 copy color: '#27059F'

red 39 ◦ green 5 ◦ blue 159

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

Shades of Ultramarine #27059F

Tints of Ultramarine #27059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

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

R = 19.21%
G = 2.46%
B = 78.33%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#27059F (or 0x27059F) is known color: Ultramarine. HEX triplet: 27, 05 and 9F. RGB value is (39,5,159). Sum of RGB (Red+Green+Blue) = 39+5+159=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 159 (62.5% from 255 or 78.33% from 203); Max value from RGB is 159 - color contains mainly: blue. Hex color #27059F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27059F is #D8FA60. Grayscale: #202020. Windows color (decimal): -14219873 or 10421543. OLE color: 10421543.

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

Color convert

RGB 39 5 159 -
CMYK 0.75 0.97 0 0.38
HSL 253.25º 0.94% 0.32% -
HSV(B) 253.25º 0.97% 0.62% -
XYZ 7.15 3.04 33.01 -
YUV 32.72 199.26 132.48 -
System Red Green Blue C M Y K H S L
Decimal 39 5 159 0.75 0.97 0 0.38 253.25 0.94 0.32
Hex 27 5 9F 4B 61 0 26 FD 5E 20
Octal 47 5 237 113 141 0 46 375 136 40
Binary 100111 101 10011111 1001011 1100001 0 100110 11111101 1011110 100000

Color Harmonies of #27059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27059F

Black with #27059F

Text Example


Text Example

White with #27059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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