Html Css Color HEX #271992 Ultramarine

📋 copy color: '#271992'

red 39 ◦ green 25 ◦ blue 146

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

Shades of Ultramarine #271992

Tints of Ultramarine #271992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

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

R = 18.57%
G = 11.9%
B = 69.52%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#271992 (or 0x271992) is known color: Ultramarine. HEX triplet: 27, 19 and 92. RGB value is (39,25,146). Sum of RGB (Red+Green+Blue) = 39+25+146=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #271992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271992 is #D8E66D. Grayscale: #2A2A2A. Windows color (decimal): -14214766 or 9574695. OLE color: 9574695.

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

Color convert

RGB 39 25 146 -
CMYK 0.73 0.83 0 0.43
HSL 246.94º 0.71% 0.34% -
HSV(B) 246.94º 0.83% 0.57% -
XYZ 6.37 3.2 27.48 -
YUV 42.98 186.14 125.16 -
System Red Green Blue C M Y K H S L
Decimal 39 25 146 0.73 0.83 0 0.43 246.94 0.71 0.34
Hex 27 19 92 49 53 0 2B F7 47 22
Octal 47 31 222 111 123 0 53 367 107 42
Binary 100111 11001 10010010 1001001 1010011 0 101011 11110111 1000111 100010

Color Harmonies of #271992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271992

Black with #271992

Text Example


Text Example

White with #271992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271992; }

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

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

background-color css

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

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

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

border-color css

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

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

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