Html Css Color HEX #271FA6 Ultramarine

📋 copy color: '#271FA6'

red 39 ◦ green 31 ◦ blue 166

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

Shades of Ultramarine #271FA6

Tints of Ultramarine #271FA6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.14%

 BLUE value IS 166 (65.23% from 255) = 70.34%

R = 16.53%
G = 13.14%
B = 70.34%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#271FA6 (or 0x271FA6) is known color: Ultramarine. HEX triplet: 27, 1F and A6. RGB value is (39,31,166). Sum of RGB (Red+Green+Blue) = 39+31+166=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 166 (65.23% from 255 or 70.34% from 236); Max value from RGB is 166 - color contains mainly: blue. Hex color #271FA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271FA6 is #D8E059. Grayscale: #303030. Windows color (decimal): -14213210 or 10886951. OLE color: 10886951.

HSL color Cylindrical-coordinate representation of color #271FA6: hue angle of 243.56º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #271FA6 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 39 31 166 -
CMYK 0.77 0.81 0 0.35
HSL 243.56º 0.69% 0.39% -
HSV(B) 243.56º 0.81% 0.65% -
XYZ 8.21 4.16 36.45 -
YUV 48.78 194.15 121.02 -
System Red Green Blue C M Y K H S L
Decimal 39 31 166 0.77 0.81 0 0.35 243.56 0.69 0.39
Hex 27 1F A6 4D 51 0 23 F4 45 27
Octal 47 37 246 115 121 0 43 364 105 47
Binary 100111 11111 10100110 1001101 1010001 0 100011 11110100 1000101 100111

Color Harmonies of #271FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271FA6

Black with #271FA6

Text Example


Text Example

White with #271FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,31,166); }

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

background-color css

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

 a { background-color: rgb(39,31,166); }

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

border-color css

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

 span { border-color: rgb(39,31,166); }

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