Html Css Color HEX #270990 Ultramarine

📋 copy color: '#270990'

red 39 ◦ green 9 ◦ blue 144

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

Shades of Ultramarine #270990

Tints of Ultramarine #270990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 75%

R = 20.31%
G = 4.69%
B = 75%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#270990 (or 0x270990) is known color: Ultramarine. HEX triplet: 27, 09 and 90. RGB value is (39,9,144). Sum of RGB (Red+Green+Blue) = 39+9+144=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 144 (56.64% from 255 or 75% from 192); Max value from RGB is 144 - color contains mainly: blue. Hex color #270990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270990 is #D8F66F. Grayscale: #202020. Windows color (decimal): -14218864 or 9439527. OLE color: 9439527.

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

Color convert

RGB 39 9 144 -
CMYK 0.73 0.94 0 0.44
HSL 253.33º 0.88% 0.3% -
HSV(B) 253.33º 0.94% 0.56% -
XYZ 5.97 2.64 26.58 -
YUV 33.36 190.44 132.02 -
System Red Green Blue C M Y K H S L
Decimal 39 9 144 0.73 0.94 0 0.44 253.33 0.88 0.3
Hex 27 9 90 49 5E 0 2C FD 58 1E
Octal 47 11 220 111 136 0 54 375 130 36
Binary 100111 1001 10010000 1001001 1011110 0 101100 11111101 1011000 11110

Color Harmonies of #270990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270990

Black with #270990

Text Example


Text Example

White with #270990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270990; }

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

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

background-color css

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

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

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

border-color css

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

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

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