Html Css Color HEX #271F99 Ultramarine

📋 copy color: '#271F99'

red 39 ◦ green 31 ◦ blue 153

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

Shades of Ultramarine #271F99

Tints of Ultramarine #271F99

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.9%

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

R = 17.49%
G = 13.9%
B = 68.61%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#271F99 (or 0x271F99) is known color: Ultramarine. HEX triplet: 27, 1F and 99. RGB value is (39,31,153). Sum of RGB (Red+Green+Blue) = 39+31+153=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #271F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271F99 is #D8E066. Grayscale: #2E2E2E. Windows color (decimal): -14213223 or 10034983. OLE color: 10034983.

HSL color Cylindrical-coordinate representation of color #271F99: hue angle of 243.93º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #271F99 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 31 153 -
CMYK 0.75 0.80 0 0.4
HSL 243.93º 0.66% 0.36% -
HSV(B) 243.93º 0.8% 0.6% -
XYZ 7.08 3.71 30.48 -
YUV 47.3 187.65 122.08 -
System Red Green Blue C M Y K H S L
Decimal 39 31 153 0.75 0.80 0 0.4 243.93 0.66 0.36
Hex 27 1F 99 4B 50 0 28 F4 42 24
Octal 47 37 231 113 120 0 50 364 102 44
Binary 100111 11111 10011001 1001011 1010000 0 101000 11110100 1000010 100100

Color Harmonies of #271F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271F99

Black with #271F99

Text Example


Text Example

White with #271F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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