Html Css Color HEX #270994 Ultramarine

📋 copy color: '#270994'

red 39 ◦ green 9 ◦ blue 148

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

Shades of Ultramarine #270994

Tints of Ultramarine #270994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 75.51%

R = 19.9%
G = 4.59%
B = 75.51%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#270994 (or 0x270994) is known color: Ultramarine. HEX triplet: 27, 09 and 94. RGB value is (39,9,148). Sum of RGB (Red+Green+Blue) = 39+9+148=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 148 (58.20% from 255 or 75.51% from 196); Max value from RGB is 148 - color contains mainly: blue. Hex color #270994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270994 is #D8F66B. Grayscale: #212121. Windows color (decimal): -14218860 or 9701671. OLE color: 9701671.

HSL color Cylindrical-coordinate representation of color #270994: hue angle of 252.95º degrees, saturation: 0.89, 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 #270994 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 9 148 -
CMYK 0.74 0.94 0 0.42
HSL 252.95º 0.89% 0.31% -
HSV(B) 252.95º 0.94% 0.58% -
XYZ 6.28 2.76 28.22 -
YUV 33.82 192.44 131.7 -
System Red Green Blue C M Y K H S L
Decimal 39 9 148 0.74 0.94 0 0.42 252.95 0.89 0.31
Hex 27 9 94 4A 5E 0 2A FD 59 1F
Octal 47 11 224 112 136 0 52 375 131 37
Binary 100111 1001 10010100 1001010 1011110 0 101010 11111101 1011001 11111

Color Harmonies of #270994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270994

Black with #270994

Text Example


Text Example

White with #270994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270994; }

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

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

background-color css

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

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

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

border-color css

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

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

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