Html Css Color HEX #271995 Ultramarine

📋 copy color: '#271995'

red 39 ◦ green 25 ◦ blue 149

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

Shades of Ultramarine #271995

Tints of Ultramarine #271995

RGB

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

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

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

R = 18.31%
G = 11.74%
B = 69.95%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#271995 (or 0x271995) is known color: Ultramarine. HEX triplet: 27, 19 and 95. RGB value is (39,25,149). Sum of RGB (Red+Green+Blue) = 39+25+149=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #271995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271995 is #D8E66A. Grayscale: #2A2A2A. Windows color (decimal): -14214763 or 9771303. OLE color: 9771303.

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

Color convert

RGB 39 25 149 -
CMYK 0.74 0.83 0 0.42
HSL 246.77º 0.71% 0.34% -
HSV(B) 246.77º 0.83% 0.58% -
XYZ 6.61 3.3 28.72 -
YUV 43.32 187.64 124.92 -
System Red Green Blue C M Y K H S L
Decimal 39 25 149 0.74 0.83 0 0.42 246.77 0.71 0.34
Hex 27 19 95 4A 53 0 2A F7 47 22
Octal 47 31 225 112 123 0 52 367 107 42
Binary 100111 11001 10010101 1001010 1010011 0 101010 11110111 1000111 100010

Color Harmonies of #271995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271995

Black with #271995

Text Example


Text Example

White with #271995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271995; }

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

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

background-color css

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

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

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

border-color css

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

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

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