Html Css Color HEX #270992 Ultramarine

📋 copy color: '#270992'

red 39 ◦ green 9 ◦ blue 146

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

Shades of Ultramarine #270992

Tints of Ultramarine #270992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 75.26%

R = 20.1%
G = 4.64%
B = 75.26%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#270992 (or 0x270992) is known color: Ultramarine. HEX triplet: 27, 09 and 92. RGB value is (39,9,146). Sum of RGB (Red+Green+Blue) = 39+9+146=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #270992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270992 is #D8F66D. Grayscale: #212121. Windows color (decimal): -14218862 or 9570599. OLE color: 9570599.

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

Color convert

RGB 39 9 146 -
CMYK 0.73 0.94 0 0.43
HSL 253.14º 0.88% 0.3% -
HSV(B) 253.14º 0.94% 0.57% -
XYZ 6.12 2.7 27.39 -
YUV 33.59 191.44 131.86 -
System Red Green Blue C M Y K H S L
Decimal 39 9 146 0.73 0.94 0 0.43 253.14 0.88 0.3
Hex 27 9 92 49 5E 0 2B FD 58 1E
Octal 47 11 222 111 136 0 53 375 130 36
Binary 100111 1001 10010010 1001001 1011110 0 101011 11111101 1011000 11110

Color Harmonies of #270992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270992

Black with #270992

Text Example


Text Example

White with #270992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270992; }

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

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

background-color css

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

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

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

border-color css

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

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

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