Html Css Color HEX #27129C Ultramarine

📋 copy color: '#27129C'

red 39 ◦ green 18 ◦ blue 156

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

Shades of Ultramarine #27129C

Tints of Ultramarine #27129C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.45%

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

R = 18.31%
G = 8.45%
B = 73.24%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27129C (or 0x27129C) is known color: Ultramarine. HEX triplet: 27, 12 and 9C. RGB value is (39,18,156). Sum of RGB (Red+Green+Blue) = 39+18+156=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #27129C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27129C is #D8ED63. Grayscale: #272727. Windows color (decimal): -14216548 or 10228263. OLE color: 10228263.

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

Color convert

RGB 39 18 156 -
CMYK 0.75 0.88 0 0.39
HSL 249.13º 0.79% 0.34% -
HSV(B) 249.13º 0.88% 0.61% -
XYZ 7.05 3.26 31.71 -
YUV 40.01 193.46 127.28 -
System Red Green Blue C M Y K H S L
Decimal 39 18 156 0.75 0.88 0 0.39 249.13 0.79 0.34
Hex 27 12 9C 4B 58 0 27 F9 4F 22
Octal 47 22 234 113 130 0 47 371 117 42
Binary 100111 10010 10011100 1001011 1011000 0 100111 11111001 1001111 100010

Color Harmonies of #27129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27129C

Black with #27129C

Text Example


Text Example

White with #27129C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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