Html Css Color HEX #271F8A Ultramarine

📋 copy color: '#271F8A'

red 39 ◦ green 31 ◦ blue 138

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

Shades of Ultramarine #271F8A

Tints of Ultramarine #271F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 66.35%

R = 18.75%
G = 14.9%
B = 66.35%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#271F8A (or 0x271F8A) is known color: Ultramarine. HEX triplet: 27, 1F and 8A. RGB value is (39,31,138). Sum of RGB (Red+Green+Blue) = 39+31+138=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 138 (54.30% from 255 or 66.35% from 208); Max value from RGB is 138 - color contains mainly: blue. Hex color #271F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271F8A is #D8E075. Grayscale: #2D2D2D. Windows color (decimal): -14213238 or 9051943. OLE color: 9051943.

HSL color Cylindrical-coordinate representation of color #271F8A: hue angle of 244.49º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #271F8A is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 39 31 138 -
CMYK 0.72 0.78 0 0.46
HSL 244.49º 0.63% 0.33% -
HSV(B) 244.49º 0.78% 0.54% -
XYZ 5.91 3.25 24.36 -
YUV 45.59 180.15 123.3 -
System Red Green Blue C M Y K H S L
Decimal 39 31 138 0.72 0.78 0 0.46 244.49 0.63 0.33
Hex 27 1F 8A 48 4E 0 2E F4 3F 21
Octal 47 37 212 110 116 0 56 364 77 41
Binary 100111 11111 10001010 1001000 1001110 0 101110 11110100 111111 100001

Color Harmonies of #271F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271F8A

Black with #271F8A

Text Example


Text Example

White with #271F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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