Html Css Color HEX #270494 Ultramarine

📋 copy color: '#270494'

red 39 ◦ green 4 ◦ blue 148

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

Shades of Ultramarine #270494

Tints of Ultramarine #270494

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.09%

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

R = 20.42%
G = 2.09%
B = 77.49%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#270494 (or 0x270494) is known color: Ultramarine. HEX triplet: 27, 04 and 94. RGB value is (39,4,148). Sum of RGB (Red+Green+Blue) = 39+4+148=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 148 (58.20% from 255 or 77.49% from 191); Max value from RGB is 148 - color contains mainly: blue. Hex color #270494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270494 is #D8FB6B. Grayscale: #1E1E1E. Windows color (decimal): -14220140 or 9700391. OLE color: 9700391.

HSL color Cylindrical-coordinate representation of color #270494: hue angle of 254.58º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270494 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 4 148 -
CMYK 0.74 0.97 0 0.42
HSL 254.58º 0.95% 0.3% -
HSV(B) 254.58º 0.97% 0.58% -
XYZ 6.23 2.66 28.2 -
YUV 30.88 194.1 133.79 -
System Red Green Blue C M Y K H S L
Decimal 39 4 148 0.74 0.97 0 0.42 254.58 0.95 0.3
Hex 27 4 94 4A 61 0 2A FF 5F 1E
Octal 47 4 224 112 141 0 52 377 137 36
Binary 100111 100 10010100 1001010 1100001 0 101010 11111111 1011111 11110

Color Harmonies of #270494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270494

Black with #270494

Text Example


Text Example

White with #270494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270494; }

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

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

background-color css

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

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

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

border-color css

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

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

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