Html Css Color HEX #270195 Ultramarine

📋 copy color: '#270195'

red 39 ◦ green 1 ◦ blue 149

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

Shades of Ultramarine #270195

Tints of Ultramarine #270195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 149 (58.59% from 255) = 78.84%

R = 20.63%
G = 0.53%
B = 78.84%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#270195 (or 0x270195) is known color: Ultramarine. HEX triplet: 27, 01 and 95. RGB value is (39,1,149). Sum of RGB (Red+Green+Blue) = 39+1+149=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 149 (58.59% from 255 or 78.84% from 189); Max value from RGB is 149 - color contains mainly: blue. Hex color #270195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270195 is #D8FE6A. Grayscale: #1C1C1C. Windows color (decimal): -14220907 or 9765159. OLE color: 9765159.

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

Color convert

RGB 39 1 149 -
CMYK 0.74 0.99 0 0.42
HSL 255.41º 0.99% 0.29% -
HSV(B) 255.41º 0.99% 0.58% -
XYZ 6.27 2.62 28.61 -
YUV 29.23 195.59 134.97 -
System Red Green Blue C M Y K H S L
Decimal 39 1 149 0.74 0.99 0 0.42 255.41 0.99 0.29
Hex 27 1 95 4A 63 0 2A FF 63 1D
Octal 47 1 225 112 143 0 52 377 143 35
Binary 100111 1 10010101 1001010 1100011 0 101010 11111111 1100011 11101

Color Harmonies of #270195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270195

Black with #270195

Text Example


Text Example

White with #270195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270195; }

 p { color: rgb(39,1,149); }

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

background-color css

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

 a { background-color: rgb(39,1,149); }

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

border-color css

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

 span { border-color: rgb(39,1,149); }

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