Html Css Color HEX #270496 Ultramarine

📋 copy color: '#270496'

red 39 ◦ green 4 ◦ blue 150

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

Shades of Ultramarine #270496

Tints of Ultramarine #270496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 77.72%

R = 20.21%
G = 2.07%
B = 77.72%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#270496 (or 0x270496) is known color: Ultramarine. HEX triplet: 27, 04 and 96. RGB value is (39,4,150). Sum of RGB (Red+Green+Blue) = 39+4+150=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 150 (58.98% from 255 or 77.72% from 193); Max value from RGB is 150 - color contains mainly: blue. Hex color #270496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270496 is #D8FB69. Grayscale: #1E1E1E. Windows color (decimal): -14220138 or 9831463. OLE color: 9831463.

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

Color convert

RGB 39 4 150 -
CMYK 0.74 0.97 0 0.41
HSL 254.38º 0.95% 0.3% -
HSV(B) 254.38º 0.97% 0.59% -
XYZ 6.39 2.72 29.04 -
YUV 31.11 195.1 133.63 -
System Red Green Blue C M Y K H S L
Decimal 39 4 150 0.74 0.97 0 0.41 254.38 0.95 0.3
Hex 27 4 96 4A 61 0 29 FE 5F 1E
Octal 47 4 226 112 141 0 51 376 137 36
Binary 100111 100 10010110 1001010 1100001 0 101001 11111110 1011111 11110

Color Harmonies of #270496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270496

Black with #270496

Text Example


Text Example

White with #270496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270496; }

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

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

background-color css

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

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

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

border-color css

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

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

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