Html Css Color HEX #270993 Ultramarine

📋 copy color: '#270993'

red 39 ◦ green 9 ◦ blue 147

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

Shades of Ultramarine #270993

Tints of Ultramarine #270993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.62%

 BLUE value IS 147 (57.81% from 255) = 75.38%

R = 20%
G = 4.62%
B = 75.38%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#270993 (or 0x270993) is known color: Ultramarine. HEX triplet: 27, 09 and 93. RGB value is (39,9,147). Sum of RGB (Red+Green+Blue) = 39+9+147=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 147 (57.81% from 255 or 75.38% from 195); Max value from RGB is 147 - color contains mainly: blue. Hex color #270993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270993 is #D8F66C. Grayscale: #212121. Windows color (decimal): -14218861 or 9636135. OLE color: 9636135.

HSL color Cylindrical-coordinate representation of color #270993: hue angle of 253.04º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270993 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 9 147 -
CMYK 0.73 0.94 0 0.42
HSL 253.04º 0.88% 0.31% -
HSV(B) 253.04º 0.94% 0.58% -
XYZ 6.2 2.73 27.8 -
YUV 33.7 191.94 131.78 -
System Red Green Blue C M Y K H S L
Decimal 39 9 147 0.73 0.94 0 0.42 253.04 0.88 0.31
Hex 27 9 93 49 5E 0 2A FD 58 1F
Octal 47 11 223 111 136 0 52 375 130 37
Binary 100111 1001 10010011 1001001 1011110 0 101010 11111101 1011000 11111

Color Harmonies of #270993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270993

Black with #270993

Text Example


Text Example

White with #270993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270993; }

 p { color: rgb(39,9,147); }

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

background-color css

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

 a { background-color: rgb(39,9,147); }

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

border-color css

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

 span { border-color: rgb(39,9,147); }

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