Html Css Color HEX #271F9A Ultramarine

📋 copy color: '#271F9A'

red 39 ◦ green 31 ◦ blue 154

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

Shades of Ultramarine #271F9A

Tints of Ultramarine #271F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 68.75%

R = 17.41%
G = 13.84%
B = 68.75%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#271F9A (or 0x271F9A) is known color: Ultramarine. HEX triplet: 27, 1F and 9A. RGB value is (39,31,154). Sum of RGB (Red+Green+Blue) = 39+31+154=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 154 (60.55% from 255 or 68.75% from 224); Max value from RGB is 154 - color contains mainly: blue. Hex color #271F9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271F9A is #D8E065. Grayscale: #2E2E2E. Windows color (decimal): -14213222 or 10100519. OLE color: 10100519.

HSL color Cylindrical-coordinate representation of color #271F9A: hue angle of 243.9º 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 #271F9A is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 39 31 154 -
CMYK 0.75 0.80 0 0.40
HSL 243.9º 0.66% 0.36% -
HSV(B) 243.9º 0.8% 0.6% -
XYZ 7.16 3.74 30.92 -
YUV 47.41 188.15 122 -
System Red Green Blue C M Y K H S L
Decimal 39 31 154 0.75 0.80 0 0.40 243.9 0.66 0.36
Hex 27 1F 9A 4B 50 0 28 F4 42 24
Octal 47 37 232 113 120 0 50 364 102 44
Binary 100111 11111 10011010 1001011 1010000 0 101000 11110100 1000010 100100

Color Harmonies of #271F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271F9A

Black with #271F9A

Text Example


Text Example

White with #271F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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