Html Css Color HEX #272099 Ultramarine

📋 copy color: '#272099'

red 39 ◦ green 32 ◦ blue 153

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

Shades of Ultramarine #272099

Tints of Ultramarine #272099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.29%

 BLUE value IS 153 (60.16% from 255) = 68.3%

R = 17.41%
G = 14.29%
B = 68.3%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#272099 (or 0x272099) is known color: Ultramarine. HEX triplet: 27, 20 and 99. RGB value is (39,32,153). Sum of RGB (Red+Green+Blue) = 39+32+153=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #272099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272099 is #D8DF66. Grayscale: #2F2F2F. Windows color (decimal): -14212967 or 10035239. OLE color: 10035239.

HSL color Cylindrical-coordinate representation of color #272099: hue angle of 243.47º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #272099 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 32 153 -
CMYK 0.75 0.79 0 0.4
HSL 243.47º 0.65% 0.36% -
HSV(B) 243.47º 0.79% 0.6% -
XYZ 7.1 3.76 30.49 -
YUV 47.89 187.32 121.66 -
System Red Green Blue C M Y K H S L
Decimal 39 32 153 0.75 0.79 0 0.4 243.47 0.65 0.36
Hex 27 20 99 4B 4F 0 28 F3 41 24
Octal 47 40 231 113 117 0 50 363 101 44
Binary 100111 100000 10011001 1001011 1001111 0 101000 11110011 1000001 100100

Color Harmonies of #272099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272099

Black with #272099

Text Example


Text Example

White with #272099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272099; }

 p { color: rgb(39,32,153); }

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

background-color css

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

 a { background-color: rgb(39,32,153); }

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

border-color css

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

 span { border-color: rgb(39,32,153); }

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