Html Css Color HEX #271F9B Ultramarine

📋 copy color: '#271F9B'

red 39 ◦ green 31 ◦ blue 155

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

Shades of Ultramarine #271F9B

Tints of Ultramarine #271F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 68.89%

R = 17.33%
G = 13.78%
B = 68.89%

CMYK

 C value IS 0.75

 M value IS 0.8

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#271F9B (or 0x271F9B) is known color: Ultramarine. HEX triplet: 27, 1F and 9B. RGB value is (39,31,155). Sum of RGB (Red+Green+Blue) = 39+31+155=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #271F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271F9B is #D8E064. Grayscale: #2F2F2F. Windows color (decimal): -14213221 or 10166055. OLE color: 10166055.

HSL color Cylindrical-coordinate representation of color #271F9B: hue angle of 243.87º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #271F9B is Cyan = 0.75, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 39 31 155 -
CMYK 0.75 0.8 0 0.39
HSL 243.87º 0.67% 0.36% -
HSV(B) 243.87º 0.8% 0.61% -
XYZ 7.24 3.78 31.36 -
YUV 47.53 188.65 121.92 -
System Red Green Blue C M Y K H S L
Decimal 39 31 155 0.75 0.8 0 0.39 243.87 0.67 0.36
Hex 27 1F 9B 4B 50 0 27 F4 43 24
Octal 47 37 233 113 120 0 47 364 103 44
Binary 100111 11111 10011011 1001011 1010000 0 100111 11110100 1000011 100100

Color Harmonies of #271F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271F9B

Black with #271F9B

Text Example


Text Example

White with #271F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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