Html Css Color HEX #271A95 Ultramarine

📋 copy color: '#271A95'

red 39 ◦ green 26 ◦ blue 149

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

Shades of Ultramarine #271A95

Tints of Ultramarine #271A95

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.15%

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

R = 18.22%
G = 12.15%
B = 69.63%

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

#271A95 (or 0x271A95) is known color: Ultramarine. HEX triplet: 27, 1A and 95. RGB value is (39,26,149). Sum of RGB (Red+Green+Blue) = 39+26+149=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 149 (58.59% from 255 or 69.63% from 214); Max value from RGB is 149 - color contains mainly: blue. Hex color #271A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271A95 is #D8E56A. Grayscale: #2B2B2B. Windows color (decimal): -14214507 or 9771559. OLE color: 9771559.

HSL color Cylindrical-coordinate representation of color #271A95: hue angle of 246.34º degrees, saturation: 0.7, 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 #271A95 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 26 149 -
CMYK 0.74 0.83 0 0.42
HSL 246.34º 0.7% 0.34% -
HSV(B) 246.34º 0.83% 0.58% -
XYZ 6.63 3.34 28.73 -
YUV 43.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 39 26 149 0.74 0.83 0 0.42 246.34 0.7 0.34
Hex 27 1A 95 4A 53 0 2A F6 46 22
Octal 47 32 225 112 123 0 52 366 106 42
Binary 100111 11010 10010101 1001010 1010011 0 101010 11110110 1000110 100010

Color Harmonies of #271A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A95

Black with #271A95

Text Example


Text Example

White with #271A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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