Html Css Color HEX #1C3271 Sapphire

📋 copy color: '#1C3271'

red 28 ◦ green 50 ◦ blue 113

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

Shades of Sapphire #1C3271

Tints of Sapphire #1C3271

RGB

 RED value IS 28 (11.33% from 255) = 14.66%

 GREEN value IS 50 (19.92% from 255) = 26.18%

 BLUE value IS 113 (44.53% from 255) = 59.16%

R = 14.66%
G = 26.18%
B = 59.16%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C3271 (or 0x1C3271) is known color: Sapphire. HEX triplet: 1C, 32 and 71. RGB value is (28,50,113). Sum of RGB (Red+Green+Blue) = 28+50+113=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C3271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3271 is #E3CD8E. Grayscale: #323232. Windows color (decimal): -14929295 or 7418396. OLE color: 7418396.

HSL color Cylindrical-coordinate representation of color #1C3271: hue angle of 224.47º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C3271 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 50 113 -
CMYK 0.75 0.56 0 0.56
HSL 224.47º 0.6% 0.28% -
HSV(B) 224.47º 0.75% 0.44% -
XYZ 4.6 3.72 16.1 -
YUV 50.6 163.21 111.88 -
System Red Green Blue C M Y K H S L
Decimal 28 50 113 0.75 0.56 0 0.56 224.47 0.6 0.28
Hex 1C 32 71 4B 38 0 38 E0 3C 1C
Octal 34 62 161 113 70 0 70 340 74 34
Binary 11100 110010 1110001 1001011 111000 0 111000 11100000 111100 11100

Color Harmonies of #1C3271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3271

Black with #1C3271

Text Example


Text Example

White with #1C3271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C3271; }

 p { color: rgb(28,50,113); }

 H1.HeaderClassName
 {
   color: #1C3271;
 }
 .AnyTagClassName
 {
   color: #1C3271;
 }
</style>

background-color css

<style>
 a { background-color: #1C3271; }

 a { background-color: rgb(28,50,113); }

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

border-color css

<style>
 span { border-color: #1C3271; }

 span { border-color: rgb(28,50,113); }

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