Html Css Color HEX #271C9D Ultramarine

📋 copy color: '#271C9D'

red 39 ◦ green 28 ◦ blue 157

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

Shades of Ultramarine #271C9D

Tints of Ultramarine #271C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 70.09%

R = 17.41%
G = 12.5%
B = 70.09%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#271C9D (or 0x271C9D) is known color: Ultramarine. HEX triplet: 27, 1C and 9D. RGB value is (39,28,157). Sum of RGB (Red+Green+Blue) = 39+28+157=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #271C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271C9D is #D8E362. Grayscale: #2D2D2D. Windows color (decimal): -14213987 or 10296359. OLE color: 10296359.

HSL color Cylindrical-coordinate representation of color #271C9D: hue angle of 245.12º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271C9D is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 39 28 157 -
CMYK 0.75 0.82 0 0.38
HSL 245.12º 0.7% 0.36% -
HSV(B) 245.12º 0.82% 0.62% -
XYZ 7.34 3.7 32.22 -
YUV 46 190.64 123.01 -
System Red Green Blue C M Y K H S L
Decimal 39 28 157 0.75 0.82 0 0.38 245.12 0.7 0.36
Hex 27 1C 9D 4B 52 0 26 F5 46 24
Octal 47 34 235 113 122 0 46 365 106 44
Binary 100111 11100 10011101 1001011 1010010 0 100110 11110101 1000110 100100

Color Harmonies of #271C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271C9D

Black with #271C9D

Text Example


Text Example

White with #271C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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