Html Css Color HEX #270192 Ultramarine

📋 copy color: '#270192'

red 39 ◦ green 1 ◦ blue 146

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

Shades of Ultramarine #270192

Tints of Ultramarine #270192

RGB

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

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

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

R = 20.97%
G = 0.54%
B = 78.49%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#270192 (or 0x270192) is known color: Ultramarine. HEX triplet: 27, 01 and 92. RGB value is (39,1,146). Sum of RGB (Red+Green+Blue) = 39+1+146=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 146 (57.42% from 255 or 78.49% from 186); Max value from RGB is 146 - color contains mainly: blue. Hex color #270192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270192 is #D8FE6D. Grayscale: #1C1C1C. Windows color (decimal): -14220910 or 9568551. OLE color: 9568551.

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

Color convert

RGB 39 1 146 -
CMYK 0.73 0.99 0 0.43
HSL 255.72º 0.99% 0.29% -
HSV(B) 255.72º 0.99% 0.57% -
XYZ 6.04 2.53 27.36 -
YUV 28.89 194.09 135.21 -
System Red Green Blue C M Y K H S L
Decimal 39 1 146 0.73 0.99 0 0.43 255.72 0.99 0.29
Hex 27 1 92 49 63 0 2B 100 63 1D
Octal 47 1 222 111 143 0 53 400 143 35
Binary 100111 1 10010010 1001001 1100011 0 101011 100000000 1100011 11101

Color Harmonies of #270192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270192

Black with #270192

Text Example


Text Example

White with #270192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270192; }

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

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

background-color css

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

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

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

border-color css

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

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

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