Html Css Color HEX #271AAB Ultramarine

📋 copy color: '#271AAB'

red 39 ◦ green 26 ◦ blue 171

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

Shades of Ultramarine #271AAB

Tints of Ultramarine #271AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 72.46%

R = 16.53%
G = 11.02%
B = 72.46%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#271AAB (or 0x271AAB) is known color: Ultramarine. HEX triplet: 27, 1A and AB. RGB value is (39,26,171). Sum of RGB (Red+Green+Blue) = 39+26+171=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #271AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271AAB is #D8E554. Grayscale: #2D2D2D. Windows color (decimal): -14214485 or 11213351. OLE color: 11213351.

HSL color Cylindrical-coordinate representation of color #271AAB: hue angle of 245.38º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271AAB is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 26 171 -
CMYK 0.77 0.85 0 0.33
HSL 245.38º 0.74% 0.39% -
HSV(B) 245.38º 0.85% 0.67% -
XYZ 8.56 4.11 38.87 -
YUV 46.42 198.31 122.71 -
System Red Green Blue C M Y K H S L
Decimal 39 26 171 0.77 0.85 0 0.33 245.38 0.74 0.39
Hex 27 1A AB 4D 55 0 21 F5 4A 27
Octal 47 32 253 115 125 0 41 365 112 47
Binary 100111 11010 10101011 1001101 1010101 0 100001 11110101 1001010 100111

Color Harmonies of #271AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271AAB

Black with #271AAB

Text Example


Text Example

White with #271AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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