#271DA6

Color #271DA6 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #271DA6

Tints of Ultramarine #271DA6

Color information

#271DA6 (or 0x271DA6) is unknown color: approx Ultramarine. HEX triplet: 27, 1D and A6. RGB value is (39,29,166). Sum of RGB (Red+Green+Blue) = 39+29+166=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 166 (65.23% from 255 or 70.94% from 234); Max value from RGB is 166 - color contains mainly: blue. Hex color #271DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271DA6 is #D8E259. Grayscale: #2F2F2F. Windows color (decimal): -14213722 or 10886439. OLE color: 10886439.

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

Color convert

RGB3929166-
CMYK0.770.8300.35
HSL244.38º70.26%38.24%-
HSV(B)244.38º82.53%65.1%-
XYZ8.164.0636.43-
YUV47.61194.81121.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.67%
GREEN value IS 29 (11.72% from 255) = 12.39%
BLUE value IS 166 (65.23% from 255) = 70.94%
R=16.67%
G=12.39%
B=70.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal39291660.770.8300.35244.3870.2638.24
Hex271DA64D53023f44626
Octal473524611512304336410646
Binary1001111110110100110100110110100110100011111101001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #271DA6;
 }
 .AnyTagClassName
 {
   color: #271DA6;
 }
</style>
background-color css

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

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

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

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

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

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