#271BAD

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

Shades of Ultramarine #271BAD

Tints of Ultramarine #271BAD

Color information

#271BAD (or 0x271BAD) is unknown color: approx Ultramarine. HEX triplet: 27, 1B and AD. RGB value is (39,27,173). Sum of RGB (Red+Green+Blue) = 39+27+173=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #271BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271BAD is #D8E452. Grayscale: #2E2E2E. Windows color (decimal): -14214227 or 11344679. OLE color: 11344679.

HSL color Cylindrical-coordinate representation of color #271BAD: hue angle of 244.93º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271BAD is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3927173-
CMYK0.770.8400.32
HSL244.93º73%39.22%-
HSV(B)244.93º84.39%67.84%-
XYZ8.774.2339.89-
YUV47.23198.98122.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.32%
GREEN value IS 27 (10.94% from 255) = 11.30%
BLUE value IS 173 (67.97% from 255) = 72.38%
R=16.32%
G=11.30%
B=72.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal39271730.770.8400.32244.937339.22
Hex271BAD4D54020f54927
Octal473325511512404036511147
Binary1001111101110101101100110110101000100000111101011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,27,173); }

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

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

 a { background-color: rgb(39,27,173); }

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

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

 span { border-color: rgb(39,27,173); }

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