Html Css Color HEX #271A99 Ultramarine

📋 copy color: '#271A99'

red 39 ◦ green 26 ◦ blue 153

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

Shades of Ultramarine #271A99

Tints of Ultramarine #271A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 70.18%

R = 17.89%
G = 11.93%
B = 70.18%

CMYK

 C value IS 0.75

 M value IS 0.83

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#271A99 (or 0x271A99) is known color: Ultramarine. HEX triplet: 27, 1A and 99. RGB value is (39,26,153). Sum of RGB (Red+Green+Blue) = 39+26+153=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #271A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271A99 is #D8E566. Grayscale: #2B2B2B. Windows color (decimal): -14214503 or 10033703. OLE color: 10033703.

HSL color Cylindrical-coordinate representation of color #271A99: hue angle of 246.14º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #271A99 is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 26 153 -
CMYK 0.75 0.83 0 0.4
HSL 246.14º 0.71% 0.35% -
HSV(B) 246.14º 0.83% 0.6% -
XYZ 6.96 3.47 30.44 -
YUV 44.37 189.31 124.17 -
System Red Green Blue C M Y K H S L
Decimal 39 26 153 0.75 0.83 0 0.4 246.14 0.71 0.35
Hex 27 1A 99 4B 53 0 28 F6 47 23
Octal 47 32 231 113 123 0 50 366 107 43
Binary 100111 11010 10011001 1001011 1010011 0 101000 11110110 1000111 100011

Color Harmonies of #271A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A99

Black with #271A99

Text Example


Text Example

White with #271A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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