Html Css Color HEX #271C9C Ultramarine

📋 copy color: '#271C9C'

red 39 ◦ green 28 ◦ blue 156

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

Shades of Ultramarine #271C9C

Tints of Ultramarine #271C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 69.96%

R = 17.49%
G = 12.56%
B = 69.96%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#271C9C (or 0x271C9C) is known color: Ultramarine. HEX triplet: 27, 1C and 9C. RGB value is (39,28,156). Sum of RGB (Red+Green+Blue) = 39+28+156=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 156 (61.33% from 255 or 69.96% from 223); Max value from RGB is 156 - color contains mainly: blue. Hex color #271C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271C9C is #D8E363. Grayscale: #2D2D2D. Windows color (decimal): -14213988 or 10230823. OLE color: 10230823.

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

Color convert

RGB 39 28 156 -
CMYK 0.75 0.82 0 0.39
HSL 245.16º 0.7% 0.36% -
HSV(B) 245.16º 0.82% 0.61% -
XYZ 7.25 3.66 31.78 -
YUV 45.88 190.14 123.09 -
System Red Green Blue C M Y K H S L
Decimal 39 28 156 0.75 0.82 0 0.39 245.16 0.7 0.36
Hex 27 1C 9C 4B 52 0 27 F5 46 24
Octal 47 34 234 113 122 0 47 365 106 44
Binary 100111 11100 10011100 1001011 1010010 0 100111 11110101 1000110 100100

Color Harmonies of #271C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271C9C

Black with #271C9C

Text Example


Text Example

White with #271C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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