Html Css Color HEX #271EA2 Ultramarine

📋 copy color: '#271EA2'

red 39 ◦ green 30 ◦ blue 162

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

Shades of Ultramarine #271EA2

Tints of Ultramarine #271EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.99%

 BLUE value IS 162 (63.67% from 255) = 70.13%

R = 16.88%
G = 12.99%
B = 70.13%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#271EA2 (or 0x271EA2) is known color: Ultramarine. HEX triplet: 27, 1E and A2. RGB value is (39,30,162). Sum of RGB (Red+Green+Blue) = 39+30+162=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 162 (63.67% from 255 or 70.13% from 231); Max value from RGB is 162 - color contains mainly: blue. Hex color #271EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271EA2 is #D8E15D. Grayscale: #2F2F2F. Windows color (decimal): -14213470 or 10624551. OLE color: 10624551.

HSL color Cylindrical-coordinate representation of color #271EA2: hue angle of 244.09º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #271EA2 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 39 30 162 -
CMYK 0.76 0.81 0 0.36
HSL 244.09º 0.69% 0.38% -
HSV(B) 244.09º 0.81% 0.64% -
XYZ 7.82 3.97 34.54 -
YUV 47.74 192.48 121.77 -
System Red Green Blue C M Y K H S L
Decimal 39 30 162 0.76 0.81 0 0.36 244.09 0.69 0.38
Hex 27 1E A2 4C 51 0 24 F4 45 26
Octal 47 36 242 114 121 0 44 364 105 46
Binary 100111 11110 10100010 1001100 1010001 0 100100 11110100 1000101 100110

Color Harmonies of #271EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271EA2

Black with #271EA2

Text Example


Text Example

White with #271EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,30,162); }

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

background-color css

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

 a { background-color: rgb(39,30,162); }

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

border-color css

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

 span { border-color: rgb(39,30,162); }

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