Html Css Color HEX #271CAA Ultramarine

📋 copy color: '#271CAA'

red 39 ◦ green 28 ◦ blue 170

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

Shades of Ultramarine #271CAA

Tints of Ultramarine #271CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.81%

 BLUE value IS 170 (66.8% from 255) = 71.73%

R = 16.46%
G = 11.81%
B = 71.73%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#271CAA (or 0x271CAA) is known color: Ultramarine. HEX triplet: 27, 1C and AA. RGB value is (39,28,170). Sum of RGB (Red+Green+Blue) = 39+28+170=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #271CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271CAA is #D8E355. Grayscale: #2E2E2E. Windows color (decimal): -14213974 or 11148327. OLE color: 11148327.

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

Color convert

RGB 39 28 170 -
CMYK 0.77 0.84 0 0.33
HSL 244.65º 0.72% 0.39% -
HSV(B) 244.65º 0.84% 0.67% -
XYZ 8.51 4.16 38.39 -
YUV 47.48 197.14 121.95 -
System Red Green Blue C M Y K H S L
Decimal 39 28 170 0.77 0.84 0 0.33 244.65 0.72 0.39
Hex 27 1C AA 4D 54 0 21 F5 48 27
Octal 47 34 252 115 124 0 41 365 110 47
Binary 100111 11100 10101010 1001101 1010100 0 100001 11110101 1001000 100111

Color Harmonies of #271CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271CAA

Black with #271CAA

Text Example


Text Example

White with #271CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,28,170); }

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

background-color css

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

 a { background-color: rgb(39,28,170); }

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

border-color css

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

 span { border-color: rgb(39,28,170); }

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