Html Css Color HEX #27059C Ultramarine

📋 copy color: '#27059C'

red 39 ◦ green 5 ◦ blue 156

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

Shades of Ultramarine #27059C

Tints of Ultramarine #27059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 78%

R = 19.5%
G = 2.5%
B = 78%

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

#27059C (or 0x27059C) is known color: Ultramarine. HEX triplet: 27, 05 and 9C. RGB value is (39,5,156). Sum of RGB (Red+Green+Blue) = 39+5+156=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 156 (61.33% from 255 or 78% from 200); Max value from RGB is 156 - color contains mainly: blue. Hex color #27059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27059C is #D8FA63. Grayscale: #1F1F1F. Windows color (decimal): -14219876 or 10224935. OLE color: 10224935.

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

Color convert

RGB 39 5 156 -
CMYK 0.75 0.97 0 0.39
HSL 253.51º 0.94% 0.32% -
HSV(B) 253.51º 0.97% 0.61% -
XYZ 6.89 2.94 31.66 -
YUV 32.38 197.76 132.72 -
System Red Green Blue C M Y K H S L
Decimal 39 5 156 0.75 0.97 0 0.39 253.51 0.94 0.32
Hex 27 5 9C 4B 61 0 27 FE 5E 20
Octal 47 5 234 113 141 0 47 376 136 40
Binary 100111 101 10011100 1001011 1100001 0 100111 11111110 1011110 100000

Color Harmonies of #27059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27059C

Black with #27059C

Text Example


Text Example

White with #27059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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