Html Css Color HEX #270091 Ultramarine

📋 copy color: '#270091'

red 39 ◦ green 0 ◦ blue 145

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

Shades of Ultramarine #270091

Tints of Ultramarine #270091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 78.8%

R = 21.2%
G = 0%
B = 78.8%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#270091 (or 0x270091) is known color: Ultramarine. HEX triplet: 27, 00 and 91. RGB value is (39,0,145). Sum of RGB (Red+Green+Blue) = 39+0+145=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 145 (57.03% from 255 or 78.80% from 184); Max value from RGB is 145 - color contains mainly: blue. Hex color #270091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270091 is #D8FF6E. Grayscale: #1B1B1B. Windows color (decimal): -14221167 or 9502759. OLE color: 9502759.

HSL color Cylindrical-coordinate representation of color #270091: hue angle of 256.14º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270091 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 39 0 145 -
CMYK 0.73 1 0 0.43
HSL 256.14º 1% 0.28% -
HSV(B) 256.14º 1% 0.57% -
XYZ 5.95 2.48 26.95 -
YUV 28.19 193.92 135.71 -
System Red Green Blue C M Y K H S L
Decimal 39 0 145 0.73 1 0 0.43 256.14 1 0.28
Hex 27 0 91 49 64 0 2B 100 64 1C
Octal 47 0 221 111 144 0 53 400 144 34
Binary 100111 0 10010001 1001001 1100100 0 101011 100000000 1100100 11100

Color Harmonies of #270091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270091

Black with #270091

Text Example


Text Example

White with #270091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270091; }

 p { color: rgb(39,0,145); }

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

background-color css

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

 a { background-color: rgb(39,0,145); }

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

border-color css

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

 span { border-color: rgb(39,0,145); }

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