Html Css Color HEX #27059B Ultramarine

📋 copy color: '#27059B'

red 39 ◦ green 5 ◦ blue 155

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

Shades of Ultramarine #27059B

Tints of Ultramarine #27059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 77.89%

R = 19.6%
G = 2.51%
B = 77.89%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27059B (or 0x27059B) is known color: Ultramarine. HEX triplet: 27, 05 and 9B. RGB value is (39,5,155). Sum of RGB (Red+Green+Blue) = 39+5+155=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #27059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27059B is #D8FA64. Grayscale: #1F1F1F. Windows color (decimal): -14219877 or 10159399. OLE color: 10159399.

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

Color convert

RGB 39 5 155 -
CMYK 0.75 0.97 0 0.39
HSL 253.6º 0.94% 0.31% -
HSV(B) 253.6º 0.97% 0.61% -
XYZ 6.81 2.91 31.21 -
YUV 32.27 197.26 132.8 -
System Red Green Blue C M Y K H S L
Decimal 39 5 155 0.75 0.97 0 0.39 253.6 0.94 0.31
Hex 27 5 9B 4B 61 0 27 FE 5E 1F
Octal 47 5 233 113 141 0 47 376 136 37
Binary 100111 101 10011011 1001011 1100001 0 100111 11111110 1011110 11111

Color Harmonies of #27059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27059B

Black with #27059B

Text Example


Text Example

White with #27059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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