Html Css Color HEX #271C94 Ultramarine

📋 copy color: '#271C94'

red 39 ◦ green 28 ◦ blue 148

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

Shades of Ultramarine #271C94

Tints of Ultramarine #271C94

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.02%

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

R = 18.14%
G = 13.02%
B = 68.84%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#271C94 (or 0x271C94) is known color: Ultramarine. HEX triplet: 27, 1C and 94. RGB value is (39,28,148). Sum of RGB (Red+Green+Blue) = 39+28+148=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #271C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271C94 is #D8E36B. Grayscale: #2C2C2C. Windows color (decimal): -14213996 or 9706535. OLE color: 9706535.

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

Color convert

RGB 39 28 148 -
CMYK 0.74 0.81 0 0.42
HSL 245.5º 0.68% 0.35% -
HSV(B) 245.5º 0.81% 0.58% -
XYZ 6.6 3.4 28.33 -
YUV 44.97 186.14 123.74 -
System Red Green Blue C M Y K H S L
Decimal 39 28 148 0.74 0.81 0 0.42 245.5 0.68 0.35
Hex 27 1C 94 4A 51 0 2A F6 44 23
Octal 47 34 224 112 121 0 52 366 104 43
Binary 100111 11100 10010100 1001010 1010001 0 101010 11110110 1000100 100011

Color Harmonies of #271C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271C94

Black with #271C94

Text Example


Text Example

White with #271C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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