Html Css Color HEX #271E94 Ultramarine

📋 copy color: '#271E94'

red 39 ◦ green 30 ◦ blue 148

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

Shades of Ultramarine #271E94

Tints of Ultramarine #271E94

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.82%

 BLUE value IS 148 (58.2% from 255) = 68.2%

R = 17.97%
G = 13.82%
B = 68.2%

CMYK

 C value IS 0.74

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#271E94 (or 0x271E94) is known color: Ultramarine. HEX triplet: 27, 1E and 94. RGB value is (39,30,148). Sum of RGB (Red+Green+Blue) = 39+30+148=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #271E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271E94 is #D8E16B. Grayscale: #2D2D2D. Windows color (decimal): -14213484 or 9707047. OLE color: 9707047.

HSL color Cylindrical-coordinate representation of color #271E94: hue angle of 244.58º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #271E94 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 30 148 -
CMYK 0.74 0.80 0 0.42
HSL 244.58º 0.66% 0.35% -
HSV(B) 244.58º 0.8% 0.58% -
XYZ 6.65 3.5 28.34 -
YUV 46.14 185.48 122.91 -
System Red Green Blue C M Y K H S L
Decimal 39 30 148 0.74 0.80 0 0.42 244.58 0.66 0.35
Hex 27 1E 94 4A 50 0 2A F5 42 23
Octal 47 36 224 112 120 0 52 365 102 43
Binary 100111 11110 10010100 1001010 1010000 0 101010 11110101 1000010 100011

Color Harmonies of #271E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271E94

Black with #271E94

Text Example


Text Example

White with #271E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,30,148); }

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

background-color css

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

 a { background-color: rgb(39,30,148); }

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

border-color css

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

 span { border-color: rgb(39,30,148); }

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